We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292495e commit 4510413Copy full SHA for 4510413
1 file changed
Evade2/src/common/GStarfield.cpp
@@ -62,7 +62,7 @@ GStarfield::GStarfield() : BPlayfield(){
62
mBoostSpeed = EFalse;
63
mWarp = EFalse;
64
mRotateLeft = mRotateRight = EFalse;
65
-
+ mJSUp = mJSDown = mJSLeft = mJSRight = EFalse;
66
for (TInt i = 0; i < NUM_STARS; i++) {
67
InitStar(i);
68
}
0 commit comments