mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Correct size of opcode in dumpOpcode()
svn-id: r24003
This commit is contained in:
parent
8d0d856bd8
commit
6b37e39904
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user