diff options
| -rw-r--r-- | engines/avalanche/shootemup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp index edd4d7a87a..2e689b870d 100644 --- a/engines/avalanche/shootemup.cpp +++ b/engines/avalanche/shootemup.cpp @@ -86,6 +86,7 @@ ShootEmUp::ShootEmUp(AvalancheEngine *vm) { _timeThisSecond = 0; _cp = false; _wasFacing = 0; + _score = 0; } void ShootEmUp::run() { |
