forked from len0rd/rockbox
Kill a few warnings in plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f435db0107
commit
2ad25c8818
4 changed files with 5 additions and 5 deletions
|
|
@ -512,7 +512,7 @@ void W_ReadLump(int lump, void *dest)
|
|||
{
|
||||
int c;
|
||||
|
||||
#if DEBUGCACHE
|
||||
#ifdef DEBUGCACHE
|
||||
if(gamestate==GS_LEVEL)
|
||||
printf("Loading %s\n", lumpinfo[lump].name);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue