fix ending credits glitch

svn-id: r15423
This commit is contained in:
Gregory Montoir 2004-10-05 22:28:58 +00:00
parent 5912d5d25a
commit ac896f09dc

View File

@ -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;