From 68c9b7c3ad902784c07b0d76c81c87e073c826b3 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 14:48:35 +0000 Subject: (svn r66) -Fix Station list updated on station deletion/station rename -Changed debug messages to comply with DEBUG(name, level) heuristics --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index fcb7f1736..a992b1e12 100644 --- a/variables.h +++ b/variables.h @@ -426,6 +426,7 @@ VARDEF bool _ignore_wrong_grf; /* Debugging levels */ VARDEF int _debug_spritecache_level; VARDEF int _debug_misc_level; +VARDEF int _debug_grf_level; void CDECL debug(const char *s, ...); #define DEBUG(name, level) if (level == 0 || _debug_ ## name ## _level >= level) debug -- cgit v1.2.3-54-g00ecf