Explorar o código

Have a seperate type selection ui on startup

Sanjay Govind hai 1 ano
pai
achega
b9fdab3689
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scenes/pof_scene_main.c

+ 1 - 1
scenes/pof_scene_main.c

@@ -2,7 +2,7 @@
 #include "../pof_token.h"
 
 enum SubmenuIndex {
-    SubmenuIndexLoad = POF_TOKEN_LIMIT
+    SubmenuIndexLoad = POF_TOKEN_LIMIT,
 };
 
 void pof_scene_main_submenu_callback(void* context, uint32_t index) {