mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-15 10:23:33 +00:00
Add BETA10 macro to enable conditional compilation for BETA10 targets (#1270)
* Add BETA10 macro to enable conditional compilation for BETA10 targets * Adjustments to CMakeLists.txt
This commit is contained in:
committed by
GitHub
parent
2cdbd1b94f
commit
4c32abd16d
@@ -271,7 +271,7 @@ MxResult LegoCarRaceActor::VTable0x9c()
|
||||
|
||||
MxResult res = VTable0x80(m_roi->GetWorldPosition(), point4, point1, point5);
|
||||
|
||||
#ifndef NDEBUG // BETA10 only
|
||||
#ifdef BETA10
|
||||
if (res) {
|
||||
assert(0);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user