1
0
Fork 0
forked from len0rd/rockbox

Fix warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-04-06 21:35:34 +00:00
parent 0242912a2d
commit b41cf31e2c

View file

@ -636,6 +636,8 @@ byte *V_PatchToBlock(const char* name, int cm,
enum patch_translation_e flags,
unsigned short* width, unsigned short* height)
{
(void)cm;
(void)flags;
byte *oldscr = d_screens[1];
byte *block;
const patch_t *patch;