diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2011-08-26 16:12:51 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2011-08-26 16:12:51 +0000 |
| commit | 89f704bfb12fd4f54304e1fa14bde91d870c612f (patch) | |
| tree | 181578326e41fae50f5cbae3be692e9184d196c3 /apps/plugins/doom | |
| parent | 953a073a4d680af94036c38fcc6a1fbc4a1f9a32 (diff) | |
| download | rockbox-89f704bfb12fd4f54304e1fa14bde91d870c612f.zip rockbox-89f704bfb12fd4f54304e1fa14bde91d870c612f.tar.gz rockbox-89f704bfb12fd4f54304e1fa14bde91d870c612f.tar.bz2 rockbox-89f704bfb12fd4f54304e1fa14bde91d870c612f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/doom')
| -rw-r--r-- | apps/plugins/doom/m_cheat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/m_cheat.c b/apps/plugins/doom/m_cheat.c index afd68e9..e461112 100644 --- a/apps/plugins/doom/m_cheat.c +++ b/apps/plugins/doom/m_cheat.c @@ -32,7 +32,7 @@ // static int firsttime = 1; -static unsigned char cheat_xlate_table[20]; +static unsigned char cheat_xlate_table[256]; // |