aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h
index ab162ad..ddfdbd5 100644
--- a/src/game.h
+++ b/src/game.h
@@ -19,9 +19,6 @@ struct Game {
Assets assets;
Player player;
World world;
-
- // For testing only.
- Entity entities[2];
};
void initGame(Game* game);