aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/avalanche/shootemup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp
index 30dabf62e7..8b024275a9 100644
--- a/engines/avalanche/shootemup.cpp
+++ b/engines/avalanche/shootemup.cpp
@@ -366,6 +366,9 @@ void ShootEmUp::setup() {
for (int i = 0; i < 4; i++)
_running[i]._x = kFlag;
+ for (int i = 0; i < 99; i++)
+ _sprites[i]._x = kFlag;
+
newEscape();
_count321 = 255; // Counting down.