mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
fix ending credits glitch
svn-id: r15423
This commit is contained in:
parent
5912d5d25a
commit
ac896f09dc
@ -1778,7 +1778,7 @@ void Logic::asmScaleBlimp() {
|
||||
int16 y = bob->y;
|
||||
while (bob->x > 150) {
|
||||
bob->x = x * 256 / z + 150;
|
||||
bob->x = y * 256 / z + 112;
|
||||
bob->y = y * 256 / z + 112;
|
||||
bob->scale = 100 * 256 / z;
|
||||
|
||||
++z;
|
||||
|
Loading…
x
Reference in New Issue
Block a user