diff options
author | Eugene Sandulenko | 2016-09-23 17:55:14 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-23 18:28:01 +0200 |
commit | 93ec723da1d6fe80597bcff70dd8177a110f3c9c (patch) | |
tree | bebb13f535c1c193a07f6bafc479a3ac6143c4b4 /engines/fullpipe | |
parent | c9d01a0cfdd8c39d9e27ff29e6fc13adee296258 (diff) | |
download | scummvm-rg350-93ec723da1d6fe80597bcff70dd8177a110f3c9c.tar.gz scummvm-rg350-93ec723da1d6fe80597bcff70dd8177a110f3c9c.tar.bz2 scummvm-rg350-93ec723da1d6fe80597bcff70dd8177a110f3c9c.zip |
FULLPIPE: Revert errorneous change
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/scenes/scene04.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp index d25b0a08e7..6c746b8a9a 100644 --- a/engines/fullpipe/scenes/scene04.cpp +++ b/engines/fullpipe/scenes/scene04.cpp @@ -878,7 +878,7 @@ void sceneHandler04_shootKozyawka() { else mq = sceneHandler04_kozFly7(g_vars->scene04_walkingKozyawka, (double)(phase - 6) * 0.3333333333333333); } else { - mq = sceneHandler04_kozFly7(g_vars->scene04_walkingKozyawka, (double)(phase - 2) * 0.3333333333333333); + mq = sceneHandler04_kozFly5(g_vars->scene04_walkingKozyawka, (double)(phase - 2) * 0.3333333333333333); } } else { mq = sceneHandler04_kozFly3(g_vars->scene04_walkingKozyawka, (double)phase * 0.5); |