summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index f2bfe54..d6cc0b4 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -154,7 +154,9 @@ int main(int argc, char **argv)
init_gl();
MenuInit(SCREEN_WIDTH, SCREEN_HEIGHT);
- g_pEngine = new C_MatchBloxEngine("models", "");
+
+ GameSettings l_set = {10, 2, 2};
+ g_pEngine = new C_MatchBloxEngine("models", "", l_set);
glutMainLoop();