diff options
author | Travis Howell | 2005-10-09 12:38:06 +0000 |
---|---|---|
committer | Travis Howell | 2005-10-09 12:38:06 +0000 |
commit | dda869a4843a7fe9c7574f1e14c09b6dd6f421d6 (patch) | |
tree | c0c4f519acbcb3352e0afc0f1909030d65a7dbbf | |
parent | 0006c3f3950e9a78f956e68e1c4e12f9733c8d43 (diff) | |
download | scummvm-rg350-dda869a4843a7fe9c7574f1e14c09b6dd6f421d6.tar.gz scummvm-rg350-dda869a4843a7fe9c7574f1e14c09b6dd6f421d6.tar.bz2 scummvm-rg350-dda869a4843a7fe9c7574f1e14c09b6dd6f421d6.zip |
Typo
svn-id: r18989
-rw-r--r-- | simon/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/debug.h b/simon/debug.h index cdea3a4346..39b8bc0c13 100644 --- a/simon/debug.h +++ b/simon/debug.h @@ -1264,7 +1264,7 @@ const char *const feeblefiles_video_opcode_name_table[] = { "|PATHUNK1", "|PATHUNK1", /* 80 */ - "ddd|SETOVERLAPIMAGE", + "ddd|SETOVERLAYIMAGE", "dd|SETRANDOM", "d|PATHUNK3", "ddd|PLAYSOUNDLOOP", |