Utterly pointless fix for an unused Doom module (but while the code is in our source it ought not to have buffer overrides in, right?).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
953a073a4d
commit
89f704bfb1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
//
|
||||
|
||||
static int firsttime = 1;
|
||||
static unsigned char cheat_xlate_table[20];
|
||||
static unsigned char cheat_xlate_table[256];
|
||||
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue