summaryrefslogtreecommitdiff
path: root/src/main-gtk2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-28 08:58:19 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-28 08:58:19 +0200
commitdfe25f4b76e82167fd6a92fa2316164e12004f79 (patch)
treee4e57463c2a9cb19c1ec9b2ae9cf1129c069c7ed /src/main-gtk2.c
parentf3413482e842d5f2b0b492807caa60660888d02e (diff)
Remove ANG281_RESET_VISUALS preprocessor define
Diffstat (limited to 'src/main-gtk2.c')
-rw-r--r--src/main-gtk2.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main-gtk2.c b/src/main-gtk2.c
index fc02f164..d129f866 100644
--- a/src/main-gtk2.c
+++ b/src/main-gtk2.c
@@ -45,7 +45,7 @@
* with FREE/KILL, which takes one pointer parameter.
*
* [Z]-based variants (Gum and Cth, for example) usually need
- * ANG293_COMPAT, ANG291_COMPAT and ANG281_RESET_VISUALS.
+ * ANG293_COMPAT, ANG291_COMPAT.
*
* [O] needs ANG293_COMPAT and ZANG_SAVE_GAME.
*
@@ -58,7 +58,6 @@
#ifdef TOME
# define ANG293_COMPAT /* Requires V2.9.3 compatibility code */
# define ANG291_COMPAT /* Requires V2.9.1 compatibility code */
-# define ANG281_RESET_VISUALS /* The old style reset_visuals() */
# define SAVEFILE_SCREEN /* New/Open integrated into the game */
# define USE_DOUBLE_TILES /* Mogami's bigtile patch */
#endif /* TOME */
@@ -2254,11 +2253,7 @@ static void init_graphics(void)
smooth_rescaling = smooth_rescaling_request;
/* Reset visuals */
-#ifndef ANG281_RESET_VISUALS
- reset_visuals(TRUE);
-#else
reset_visuals();
-#endif /* !ANG281_RESET_VISUALS */
}
#endif /* USE_GRAPHICS */