diff options
| author | Henny022p <info@henny022.de> | 2021-03-15 23:40:11 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-03-15 23:40:11 +0100 |
| commit | a563bfbc285a24be6b17a32364aa3236170acc60 (patch) | |
| tree | bdd4788e07b6f0dbeeb4fcc08a46aa1043ef6cd0 /src/script.c | |
| parent | a2cdfd6d8dd910aa402b7e6bdf32278ac9b80c50 (diff) | |
more cleanup
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index 26aff076..8e9c6c75 100644 --- a/src/script.c +++ b/src/script.c @@ -703,7 +703,7 @@ void ScriptCommand_CallWithArg(Entity* entity, ScriptExecutionContext* context) } void ScriptCommand_LoadRoomEntityList(Entity* entity, ScriptExecutionContext* context) { - LoadRoomEntityList(GetNextScriptCommandWordAfterCommandMetadata(context->scriptInstructionPointer)); + LoadRoomEntityList((EntityData*)GetNextScriptCommandWordAfterCommandMetadata(context->scriptInstructionPointer)); } void ScriptCommand_TestBit(Entity* entity, ScriptExecutionContext* context) { |
