diff options
| author | Eugene Sandulenko | 2008-06-06 09:18:49 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2008-06-06 09:18:49 +0000 |
| commit | a478ef04aebb65e3cf13c766bbfb14e55ed52110 (patch) | |
| tree | 93952ba4aa007dd7763789fbf330cb0c60232086 /engines | |
| parent | 547e25667b441f29ed96af7546b68ad468f89a40 (diff) | |
| download | scummvm-rg350-a478ef04aebb65e3cf13c766bbfb14e55ed52110.tar.gz scummvm-rg350-a478ef04aebb65e3cf13c766bbfb14e55ed52110.tar.bz2 scummvm-rg350-a478ef04aebb65e3cf13c766bbfb14e55ed52110.zip | |
Fix regressions introduced in r32571
svn-id: r32572
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/drascula/rooms.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/drascula/rooms.cpp b/engines/drascula/rooms.cpp index 48ba7a0964..0a913c5fb4 100644 --- a/engines/drascula/rooms.cpp +++ b/engines/drascula/rooms.cpp @@ -1805,6 +1805,9 @@ bool DrasculaEngine::room(int rN, int fl) { return (this->*(_roomParsers[i]->proc))(fl); } } + + // We did not find any parser, let default one work + hasAnswer = 0; } return false; |
