platform and stability
[carveJwlIkooP6JGAAIwe30JlM.git] / world_info.h
index a8d42d8b56e378331ecb6b3a7743a098419ead80..7793b1358874a3bf616e61422851d59f7058edc0 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved
+ */
+
 #ifndef WORLD_INFO_H
 #define WORLD_INFO_H
 
@@ -15,20 +19,33 @@ world_info;
 static struct track_info
 {
    const char *name;
+   int push;
 }
 track_infos[] = 
 {
    {
-      .name = "Megapark Green"
+      .name = "Megapark Green",
+      .push = 1
+   },
+   {
+      .name = "Megapark Blue",
+      .push = 1
+   },
+   {
+      .name = "Megapark Yellow",
+      .push = 1
    },
    {
-      .name = "Megapark Blue"
+      .name = "Megapark Red",
+      .push = 1
    },
    {
-      .name = "Megapark Yellow"
+      .name = "Town Coast (Blue)",
+      .push = 1
    },
    {
-      .name = "Megapark Red"
+      .name = "Town Downhill (Orange)",
+      .push = 1
    }
 };