diff options
author | Travis Howell | 2006-10-25 10:08:38 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-25 10:08:38 +0000 |
commit | a4be70e47b93a33ca114bc6309c1349605f8aebd (patch) | |
tree | 748e0607f2d29cfb9c222c7b2c1aa11a5a373c93 /engines | |
parent | dc405fa4538df8f28507a460254ac1161412c329 (diff) | |
download | scummvm-rg350-a4be70e47b93a33ca114bc6309c1349605f8aebd.tar.gz scummvm-rg350-a4be70e47b93a33ca114bc6309c1349605f8aebd.tar.bz2 scummvm-rg350-a4be70e47b93a33ca114bc6309c1349605f8aebd.zip |
Correction to script opcode table for FF
svn-id: r24494
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/debug.h b/engines/agos/debug.h index 42236eea3f..5adc4ef889 100644 --- a/engines/agos/debug.h +++ b/engines/agos/debug.h @@ -1867,7 +1867,7 @@ static const char *const feeblefiles_opcodeNameTable[256] = { NULL, /* 36 */ "VV|MOVE", - "|JUMP_OUT", + "B|JUMP_OUT", NULL, NULL, /* 40 */ |