summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/w_wad.c
diff options
context:
space:
mode:
authorTom Ross <midgey@rockbox.org>2007-02-17 23:06:22 +0000
committerTom Ross <midgey@rockbox.org>2007-02-17 23:06:22 +0000
commit2ad25c88182a1d898b7ba460beba3bd2231be94b (patch)
tree6b6b5ffa2cbf214fe45a5a323cd1427f1387099f /apps/plugins/doom/w_wad.c
parentf435db010773623bdcd15b8357c94b60aca4e4e9 (diff)
downloadrockbox-2ad25c88182a1d898b7ba460beba3bd2231be94b.tar.gz
rockbox-2ad25c88182a1d898b7ba460beba3bd2231be94b.zip
Kill a few warnings in plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12366 a1c6a512-1295-4272-9138-f99709370657
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