summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/w_wad.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/w_wad.c')
-rw-r--r--apps/plugins/doom/w_wad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/w_wad.c b/apps/plugins/doom/w_wad.c
index 1e3406199d..48d695c3b4 100644
--- a/apps/plugins/doom/w_wad.c
+++ b/apps/plugins/doom/w_wad.c
@@ -512,7 +512,7 @@ void W_ReadLump(int lump, void *dest)
512 { 512 {
513 int c; 513 int c;
514 514
515#if DEBUGCACHE 515#ifdef DEBUGCACHE
516 if(gamestate==GS_LEVEL) 516 if(gamestate==GS_LEVEL)
517 printf("Loading %s\n", lumpinfo[lump].name); 517 printf("Loading %s\n", lumpinfo[lump].name);
518#endif 518#endif