diff options
-rw-r--r-- | sword2/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp index 5344ea32e4..60a418fb8c 100644 --- a/sword2/function.cpp +++ b/sword2/function.cpp @@ -695,7 +695,7 @@ int32 Logic::fnTheyDo(int32 *params) { // 6 ins5 StandardHeader *head = (StandardHeader *)_vm->_resman->openResource(params[0]); - assert (head->fileType == GAME_OBJECT); + assert(head->fileType == GAME_OBJECT); // Run the target's get-speech-state script |