diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-17 22:30:17 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-17 22:30:17 -0400 |
| commit | 3d0aff6a84301ee87a71913cead5b2767ea64ba4 (patch) | |
| tree | 3086e2a557b1584dd52fb4a9c12a25b56e4777d9 /src/d/d_save.cpp | |
| parent | bc2f5c8fd038f8af237050d758ef1304dc3117fd (diff) | |
daPy_lk_c::dProcTool and daDemo00_c::execute matched, fix up various inlines and template classes, stb OK
Diffstat (limited to 'src/d/d_save.cpp')
| -rw-r--r-- | src/d/d_save.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/d/d_save.cpp b/src/d/d_save.cpp index a9920a23..0ff54fb0 100644 --- a/src/d/d_save.cpp +++ b/src/d/d_save.cpp @@ -1336,7 +1336,11 @@ void dSv_restart_c::setRestartOption(s8 param_0, cXyz* i_pos, s16 i_angle, s8 i_ /* 8005D5B4-8005D604 .text set__17dSv_turnRestart_cFRC4cXyzsScUlRC4cXyzsi */ void dSv_turnRestart_c::set(const cXyz& i_pos, s16 i_angle, s8 i_roomNo, u32 i_param, - const cXyz& i_shipPos, s16 i_shipAngle, BOOL i_hasShip) { + const cXyz& i_shipPos, s16 i_shipAngle +#if VERSION > VERSION_DEMO + , BOOL i_hasShip +#endif +) { mPosition = i_pos; mAngleY = i_angle; mRoomNo = i_roomNo; |
