summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/doom/m_cheat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/m_cheat.c b/apps/plugins/doom/m_cheat.c
index afd68e960d..e46111293f 100644
--- a/apps/plugins/doom/m_cheat.c
+++ b/apps/plugins/doom/m_cheat.c
@@ -32,7 +32,7 @@
32// 32//
33 33
34static int firsttime = 1; 34static int firsttime = 1;
35static unsigned char cheat_xlate_table[20]; 35static unsigned char cheat_xlate_table[256];
36 36
37 37
38// 38//