From 6d2f3019c7bc42e7a72491e2d3c723c471cc7c96 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 19 Feb 2014 21:11:55 +0100 Subject: AVALANCHE: Fix uninitialized variable in Avalanche's shoot'em up --- engines/avalanche/shootemup.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/avalanche') 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() { -- cgit v1.2.3