aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 481f5f3..e89aa1a 100644
--- a/main.c
+++ b/main.c
@@ -14,7 +14,7 @@ int main(void) {
14 SetTargetFPS(GetMonitorRefreshRate(monitor)); 14 SetTargetFPS(GetMonitorRefreshRate(monitor));
15 15
16 vfs_init("data.pak"); 16 vfs_init("data.pak");
17 InitGame(); 17 InitGame("maps/demo3.map");
18 game.vsync = true; 18 game.vsync = true;
19 19
20 while (!WindowShouldClose()) { 20 while (!WindowShouldClose()) {