diff options
author | Eugene Sandulenko | 2014-05-14 12:11:58 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-05-14 12:11:58 +0200 |
commit | a59a4b86563609c5b1a52d98ce5bbc939bc094b8 (patch) | |
tree | 11713f08fab29d5e6330ca980c3fe7e737679bef | |
parent | b07a833b639fa90c1306bcf1674f3f244ceba043 (diff) | |
download | scummvm-rg350-a59a4b86563609c5b1a52d98ce5bbc939bc094b8.tar.gz scummvm-rg350-a59a4b86563609c5b1a52d98ce5bbc939bc094b8.tar.bz2 scummvm-rg350-a59a4b86563609c5b1a52d98ce5bbc939bc094b8.zip |
FULLPIPE: Fix indent
-rw-r--r-- | engines/fullpipe/fullpipe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp index 539781679d..78815297ac 100644 --- a/engines/fullpipe/fullpipe.cpp +++ b/engines/fullpipe/fullpipe.cpp @@ -380,7 +380,7 @@ void FullpipeEngine::updateEvents() { case Common::EVENT_QUIT: _gameContinue = false; break; - case Common::EVENT_RBUTTONDOWN: + case Common::EVENT_RBUTTONDOWN: if (!_inputArFlag && (_updateTicks - _lastInputTicks) >= 2) { ex = new ExCommand(0, 17, 107, event.mouse.x, event.mouse.y, 0, 1, 0, 0, 0); ex->_excFlags |= 3; |