diff options
author | athrxx | 2013-04-17 22:03:19 +0200 |
---|---|---|
committer | athrxx | 2013-04-18 16:10:52 +0200 |
commit | b04059cd23ffc235f2a4518a040de76d2d390926 (patch) | |
tree | 415d7c8e33a1e8830bd7061d7bd2184e578aff69 | |
parent | 3d91f3239ec56cc49e42bbe22eb6162b3cc083a7 (diff) | |
download | scummvm-rg350-b04059cd23ffc235f2a4518a040de76d2d390926.tar.gz scummvm-rg350-b04059cd23ffc235f2a4518a040de76d2d390926.tar.bz2 scummvm-rg350-b04059cd23ffc235f2a4518a040de76d2d390926.zip |
KYRA: (LOL) - add comment in gui_lol.cpp
-rw-r--r-- | engines/kyra/gui_lol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp index f7a5386574..b73eddbaf3 100644 --- a/engines/kyra/gui_lol.cpp +++ b/engines/kyra/gui_lol.cpp @@ -697,7 +697,7 @@ void LoLEngine::gui_toggleButtonDisplayMode(int shapeIndex, int mode) { t = _system->getMillis(); if (_buttonPressTimer > t) delay(_buttonPressTimer - t); - + // fall through case 2: mode = 0; _lastButtonShape = 0; |