diff options
author | Filippos Karapetis | 2008-06-05 12:41:04 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-06-05 12:41:04 +0000 |
commit | cae527c7037dff1ef6371cc149a400bf9c564587 (patch) | |
tree | 7899d72b019772499459d35af8dfa78a76c4e86a /engines/drascula | |
parent | fe2fcbf2d5003dbb9102a898600437da06ac64d2 (diff) | |
download | scummvm-rg350-cae527c7037dff1ef6371cc149a400bf9c564587.tar.gz scummvm-rg350-cae527c7037dff1ef6371cc149a400bf9c564587.tar.bz2 scummvm-rg350-cae527c7037dff1ef6371cc149a400bf9c564587.zip |
Forgot the separator
svn-id: r32553
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/staticdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/drascula/staticdata.h b/engines/drascula/staticdata.h index f9bc270d93..af899f441f 100644 --- a/engines/drascula/staticdata.h +++ b/engines/drascula/staticdata.h @@ -272,6 +272,7 @@ RoomTalkAction room9Actions[] = { // num action object speech { -1, kVerbLook, 150, 35 }, { -1, kVerbTalk, 150, 6 }, + // ---------------------------------- { -1, kVerbLook, 51, 60 }, }; |