diff options
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 13f242e2..ee580cbd 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -9771,6 +9771,7 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command) case COMMAND_HELI_GOTO_COORDS: case COMMAND_IS_INT_VAR_EQUAL_TO_CONSTANT: case COMMAND_IS_INT_LVAR_EQUAL_TO_CONSTANT: + assert(0); case COMMAND_GET_DEAD_CHAR_PICKUP_COORDS: { CollectParameters(&m_nIp, 1); |