aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 5a85ad7698..f82f6d02e9 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -123,7 +123,7 @@ int Logic::processSession(void) {
raw_data_ad = (char *) head;
- far_head = (_standardHeader*) _vm->_resman->openResource(script / SIZE);
+ far_head = (_standardHeader *) _vm->_resman->openResource(script / SIZE);
if (far_head->fileType != GAME_OBJECT && far_head->fileType != SCREEN_MANAGER)
error("Logic_engine %d not a far object (its a %d)", script / SIZE, far_head->fileType);