diff options
-rw-r--r-- | engines/simon/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/debug.cpp b/engines/simon/debug.cpp index f1fe5759dd..15e69582e5 100644 --- a/engines/simon/debug.cpp +++ b/engines/simon/debug.cpp @@ -34,7 +34,7 @@ namespace Simon { const byte *SimonEngine::dumpOpcode(const byte *p) { - byte opcode; + uint opcode; const char *s, *st; if (getGameType() == GType_ELVIRA || getGameType() == GType_ELVIRA2) { |