]> git.lizzy.rs Git - nothing.git/blobdiff - src/main.c
TODO(#330)
[nothing.git] / src / main.c
index c968732fe41969cde8d2cf64249de9edab3ecc6f..5654f4f3aff4dbeb8957a3b2e86f2baeaa09d377 100644 (file)
@@ -30,10 +30,10 @@ int main(int argc, char *argv[])
 {
     srand((unsigned int) time(NULL));
 
-    lt_t *const lt = create_lt();
+    Lt *const lt = create_lt();
 
     char *level_filename = NULL;
-    int fps = 60;
+    int fps = 30;
 
     for (int i = 1; i < argc;) {
         if (strcmp(argv[i], "--fps") == 0) {
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
     };
     const size_t sound_sample_files_count = sizeof(sound_sample_files) / sizeof(char*);
 
-    game_t *const game = PUSH_LT(
+    Game *const game = PUSH_LT(
         lt,
         create_game(
             level_filename,