Correct size of opcode in dumpOpcode()

svn-id: r24003
This commit is contained in:
Travis Howell 2006-09-29 05:36:53 +00:00
parent 8d0d856bd8
commit 6b37e39904

View File

@ -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) {