summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-06 14:28:05 +0200
committeraap <aap@papnet.eu>2020-05-06 14:28:05 +0200
commit600cbee7d43cadacd0e3fe122d944e771dcfe450 (patch)
treefaab54f6ec003a26aa7bcc1bcac07f6cf072fa7e
parentlittle cworld bugfix (diff)
parentFix appveyor (diff)
downloadre3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar.gz
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar.bz2
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar.lz
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar.xz
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.tar.zst
re3-600cbee7d43cadacd0e3fe122d944e771dcfe450.zip
-rw-r--r--.appveyor.yml2
-rw-r--r--src/core/Zones.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ee25d578..611294a5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,7 @@ build:
project: build/reVC.sln
verbosity: minimal
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:
- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
name: reVC
diff --git a/src/core/Zones.cpp b/src/core/Zones.cpp
index 247f1501..b87665ae 100644
--- a/src/core/Zones.cpp
+++ b/src/core/Zones.cpp
@@ -325,7 +325,7 @@ CTheZones::PointLiesWithinZone(const CVector *v, CZone *zone)
//--MIAMI: done
eLevelName
-CTheZones::GetLevelFromPosition(const CVector *v)
+CTheZones::GetLevelFromPosition(CVector const *v)
{
int i;
// char tmp[116];