Skip to content

Commit

Permalink
Merge pull request jaygarcia#3 from ModusCreateOrg/work
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
jaygarcia authored Nov 9, 2020
2 parents 1b5ee44 + fc281fd commit 3b3a340
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Evade2/src/GGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ TBool GGame::mDebug = EFalse;
GGame::GGame() {
gGame = this;
printf("Construct GGame\n");
gCamera = new GCamera();
gVectorFont = new GVectorFont();
mDifficulty = 1;
gGameEngine = ENull;
Expand Down
1 change: 0 additions & 1 deletion Evade2/src/common/GStarfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "GCamera.h"

GStarfield::GStarfield() : BPlayfield() {
gCamera = new GCamera();
for (TInt i = 0; i < NUM_STARS; i++) {
InitStar(i);
}
Expand Down

0 comments on commit 3b3a340

Please sign in to comment.