Skip to content

Commit

Permalink
games/gigalomania: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 23, 2021
1 parent f406771 commit d21e2bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions games/gigalomania/files/patch-game.cpp
@@ -0,0 +1,11 @@
--- game.cpp.orig 2015-09-21 19:36:26 UTC
+++ game.cpp
@@ -105,7 +105,7 @@ Game::Game() {
n_sub_epochs = 4;
selected_island = 0;
for(int i=0;i<max_islands_per_epoch_c;i++) {
- completed_island[i] = NULL;
+ completed_island[i] = false;
for(int j=0;j<n_epochs_c;j++) {
maps[j][i] = NULL;
}

0 comments on commit d21e2bc

Please sign in to comment.