mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-28 17:05:40 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
600cbee7d4
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ build:
|
||||||
project: build/reVC.sln
|
project: build/reVC.sln
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
|
- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/reVC.exe bin/%PLATFORM%/%CONFIGURATION%/reVC.pdb
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
|
- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
|
||||||
name: reVC
|
name: reVC
|
||||||
|
|
|
@ -325,7 +325,7 @@ CTheZones::PointLiesWithinZone(const CVector *v, CZone *zone)
|
||||||
|
|
||||||
//--MIAMI: done
|
//--MIAMI: done
|
||||||
eLevelName
|
eLevelName
|
||||||
CTheZones::GetLevelFromPosition(const CVector *v)
|
CTheZones::GetLevelFromPosition(CVector const *v)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
// char tmp[116];
|
// char tmp[116];
|
||||||
|
|
Loading…
Reference in a new issue