aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/luredefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/luredefs.h')
-rw-r--r--engines/lure/luredefs.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h
index ef48f6f452..091ea7284e 100644
--- a/engines/lure/luredefs.h
+++ b/engines/lure/luredefs.h
@@ -26,7 +26,7 @@
#ifndef LUREDEFS_H
#define LUREDEFS_H
-#include "common/stdafx.h"
+
#include "common/scummsys.h"
#include "common/list.h"
@@ -89,18 +89,18 @@ enum Action {
RETURN = 23,
BRIBE = 24,
EXAMINE = 25,
- NPC_SET_ROOM_AND_OFFSET = 28,
- NPC_TALK_TO_PLAYER = 29,
- NPC_EXEC_SCRIPT = 30,
+ NPC_SET_ROOM_AND_OFFSET = 28,
+ NPC_TALK_TO_PLAYER = 29,
+ NPC_EXEC_SCRIPT = 30,
NPC_RESET_PAUSED_LIST = 31,
- NPC_SET_RAND_DEST = 32,
- NPC_WALKING_CHECK = 33,
+ NPC_SET_RAND_DEST = 32,
+ NPC_WALKING_CHECK = 33,
NPC_SET_SUPPORT_OFFSET = 34,
- NPC_SUPPORT_OFFSET_COND = 35,
- NPC_DISPATCH_ACTION = 36,
+ NPC_SUPPORT_OFFSET_COND = 35,
+ NPC_DISPATCH_ACTION = 36,
NPC_TALK_NPC_TO_NPC = 37,
- NPC_PAUSE = 38,
- NPC_START_TALKING = 39,
+ NPC_PAUSE = 38,
+ NPC_START_TALKING = 39,
NPC_JUMP_ADDRESS = 40
};
@@ -153,7 +153,7 @@ enum Action {
enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
CURSOR_TIME_END = 9, CURSOR_CROSS = 10, CURSOR_UP_ARROW = 11, CURSOR_DOWN_ARROW = 12,
CURSOR_LEFT_ARROW = 13, CURSOR_RIGHT_ARROW = 14, CURSOR_CAMERA = 15, CURSOR_TALK = 16,
- CURSOR_MENUBAR = 17, CURSOR_FIGHT_UPPER = 23, CURSOR_FIGHT_MIDDLE = 24,
+ CURSOR_MENUBAR = 17, CURSOR_FIGHT_UPPER = 23, CURSOR_FIGHT_MIDDLE = 24,
CURSOR_FIGHT_LOWER = 25};
// Font details
@@ -168,12 +168,12 @@ enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
#define MENU_UNSELECTED_COLOUR 0xe2
#define MENU_SELECTED_COLOUR 0xe3
#define MENUITEM_NONE 0
-#define MENUITEM_CREDITS 1
-#define MENUITEM_RESTART_GAME 2
-#define MENUITEM_SAVE_GAME 3
-#define MENUITEM_RESTORE_GAME 4
-#define MENUITEM_QUIT 5
-#define MENUITEM_TEXT_SPEED 6
+#define MENUITEM_CREDITS 1
+#define MENUITEM_RESTART_GAME 2
+#define MENUITEM_SAVE_GAME 3
+#define MENUITEM_RESTORE_GAME 4
+#define MENUITEM_QUIT 5
+#define MENUITEM_TEXT_SPEED 6
#define MENUITEM_SOUND 7
// Mouse change needed to change an item in a popup menu
@@ -264,7 +264,7 @@ enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
#define GAME_TICK_DELAY 20
// Tick proc constants
-#define STANDARD_CHARACTER_TICK_PROC 0x4f82
+#define STANDARD_CHARACTER_TICK_PROC 0x4f82
#define PLAYER_TICK_PROC_ID 0x5E44
#define VOICE_TICK_PROC_ID 0x625E
#define PUZZLED_TICK_PROC_ID 0x6571