Skip to content

Commit 4510413

Browse files
committed
Fixed starfield initialization
1 parent 292495e commit 4510413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Evade2/src/common/GStarfield.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GStarfield::GStarfield() : BPlayfield(){
6262
mBoostSpeed = EFalse;
6363
mWarp = EFalse;
6464
mRotateLeft = mRotateRight = EFalse;
65-
65+
mJSUp = mJSDown = mJSLeft = mJSRight = EFalse;
6666
for (TInt i = 0; i < NUM_STARS; i++) {
6767
InitStar(i);
6868
}

0 commit comments

Comments
 (0)