diff options
author | athrxx | 2013-04-15 21:20:13 +0200 |
---|---|---|
committer | athrxx | 2013-04-18 16:10:33 +0200 |
commit | 3e9f4943d2e715e992f3eedc9abe46b89434350a (patch) | |
tree | e0fadda5123cc24c285ecc93e70c6c13fb239bc7 /engines/kyra | |
parent | e4a9717434190fdd43f60da0267b19d4e6ad05db (diff) | |
download | scummvm-rg350-3e9f4943d2e715e992f3eedc9abe46b89434350a.tar.gz scummvm-rg350-3e9f4943d2e715e992f3eedc9abe46b89434350a.tar.bz2 scummvm-rg350-3e9f4943d2e715e992f3eedc9abe46b89434350a.zip |
KYRA: (EOB) - add comment in timer_eob.cpp
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/timer_eob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/timer_eob.cpp b/engines/kyra/timer_eob.cpp index effda22ac9..f7a4e23006 100644 --- a/engines/kyra/timer_eob.cpp +++ b/engines/kyra/timer_eob.cpp @@ -249,6 +249,7 @@ void EoBCoreEngine::timerSpecialCharacterUpdate(int timerNum) { case 2: case 3: setCharEventTimer(charIndex, (c->effectFlags & 0x10000) ? 9 : 36, evt + 2, 1); + // fall through case 0: case 1: case 4: |