diff options
Diffstat (limited to 'tools/create_lure')
-rw-r--r-- | tools/create_lure/process_actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_lure/process_actions.cpp b/tools/create_lure/process_actions.cpp index 81db0de022..7ea45d8681 100644 --- a/tools/create_lure/process_actions.cpp +++ b/tools/create_lure/process_actions.cpp @@ -221,7 +221,7 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain for (int paramCtr = 0; paramCtr < numParams[actionNum]; ++paramCtr) params[paramCtr] = lureExe.readWord(); - switch(actionNum) { + switch (actionNum) { case NPC_SET_ROOM_AND_BLOCKED_OFFSET: case NPC_SET_SUPPORT_OFFSET: case NPC_SUPPORT_OFFSET_COND: |