aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/savegame.cpp
diff options
context:
space:
mode:
authorStrangerke2015-12-06 16:03:34 +0100
committerWillem Jan Palenstijn2015-12-23 21:33:51 +0100
commitf48cf343c2761b7918924cc4af923f9503de102c (patch)
tree62a17181a9b3ea86244facb9491512c3e2cae85a /engines/lab/savegame.cpp
parentfa966938c8bf7fc5c933050fb74332d8ac0506a1 (diff)
downloadscummvm-rg350-f48cf343c2761b7918924cc4af923f9503de102c.tar.gz
scummvm-rg350-f48cf343c2761b7918924cc4af923f9503de102c.tar.bz2
scummvm-rg350-f48cf343c2761b7918924cc4af923f9503de102c.zip
LAB: Move doNotes and doWestPaper to LabEngine, remove some useless defines
Diffstat (limited to 'engines/lab/savegame.cpp')
-rw-r--r--engines/lab/savegame.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/lab/savegame.cpp b/engines/lab/savegame.cpp
index d97a03688f..cfb636fa58 100644
--- a/engines/lab/savegame.cpp
+++ b/engines/lab/savegame.cpp
@@ -42,14 +42,7 @@ namespace Lab {
#define SAVEGAME_ID MKTAG('L', 'O', 'T', 'S')
#define SAVEGAME_VERSION 1
-#define BOOKMARK 0
-#define CARDMARK 1
-#define FLOPPY 2
-
-
/*----- The machine independent section of saveGame.c -----*/
-
-
/* Lab: Labyrinth specific */
extern char *getPictName(CloseDataPtr *lcptr);