[Scummvm-cvs-logs] scummvm master -> 0e17b464ca620931f43be55fdfdbc0a0fb78cb7b
urukgit
urukgit at users.noreply.github.com
Tue Feb 25 22:50:16 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0e17b464ca AVALANCHE: Repair ShootEmUp::escapeCheck().
Commit: 0e17b464ca620931f43be55fdfdbc0a0fb78cb7b
https://github.com/scummvm/scummvm/commit/0e17b464ca620931f43be55fdfdbc0a0fb78cb7b
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-25T13:49:44-08:00
Commit Message:
AVALANCHE: Repair ShootEmUp::escapeCheck().
Changed paths:
engines/avalanche/shootemup.cpp
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp
index 3946d80..8a62752 100644
--- a/engines/avalanche/shootemup.cpp
+++ b/engines/avalanche/shootemup.cpp
@@ -609,8 +609,10 @@ void ShootEmUp::escapeCheck() {
_howManyHaveEscaped++;
- if (_howManyHaveEscaped == 7)
+ if (_howManyHaveEscaped == 7) {
+ _vm->_graphics->seuDrawPicture(266, 90, 23);
_time = 0;
+ }
}
} else {
_escapeStock = getStockNumber(_vm->_rnd->getRandomNumber(6));
More information about the Scummvm-git-logs
mailing list