aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/savegame.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-05-24 14:00:08 +0000
committerPaweł Kołodziejski2006-05-24 14:00:08 +0000
commit20cf952b687739a1647796045c0eeacb1d500e7e (patch)
treefab7c29480b570b97ed90cd3636c09ece3762d13 /engines/agi/savegame.cpp
parent9fc2bc19394937e8373d8afc4db2f7fbc45142a7 (diff)
downloadscummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.tar.gz
scummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.tar.bz2
scummvm-rg350-20cf952b687739a1647796045c0eeacb1d500e7e.zip
removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES
svn-id: r22609
Diffstat (limited to 'engines/agi/savegame.cpp')
-rw-r--r--engines/agi/savegame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/savegame.cpp b/engines/agi/savegame.cpp
index 0eb5a27da6..77c46394e2 100644
--- a/engines/agi/savegame.cpp
+++ b/engines/agi/savegame.cpp
@@ -247,7 +247,7 @@ int save_game(char *s, char *d) {
write_sint16(&f, (int16)game.color_fg);
write_sint16(&f, (int16)game.color_bg);
- /* game.hires (#ifdef USE_HIRES) */
+ /* game.hires */
/* game.sbuf */
/* game.ego_words */
/* game.num_ego_words */
@@ -423,7 +423,7 @@ int load_game(char *s) {
game.color_fg = read_sint16(&f);
game.color_bg = read_sint16(&f);
- /* game.hires (#ifdef USE_HIRES) - rebuilt from image stack */
+ /* game.hires - rebuilt from image stack */
/* game.sbuf - rebuilt from image stack */
/* game.ego_words - fixed by clean_input */