mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +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
@@ -100,7 +100,7 @@ MxS32 LegoJetskiRaceActor::VTable0x1c(LegoPathBoundary* p_boundary, LegoEdge* p_
|
||||
}
|
||||
|
||||
if (VTable0x80(m_roi->GetWorldPosition(), worldDirection, a, c)) {
|
||||
#ifdef NDEBUG
|
||||
#ifndef BETA10
|
||||
m_unk0x7c = 0;
|
||||
return 0;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user