Skip to content

Commit

Permalink
map typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wareya committed Jul 5, 2011
1 parent d40d09c commit 19fb50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/gg2/Scripts/game_init.gml
Expand Up @@ -123,7 +123,7 @@
//koth_harvest
maps[14] = ini_read_real("Maps", "koth_harvest", 14);
//dkoth_atalia
maps[15] = ini_read_real("Maps", "dkoth_atalai", 15);
maps[15] = ini_read_real("Maps", "dkoth_atalia", 15);
//dkoth_sixties
maps[16] = ini_read_real("Maps", "dkoth_sixties", 16);

Expand Down Expand Up @@ -295,7 +295,7 @@ global.launchMap = "";
ds_list_add(global.map_rotation, "dkoth_atalia");
break;
case 16:
ds_list_add(global.map_rotation, "dkoth_sixites");
ds_list_add(global.map_rotation, "dkoth_sixties");
break;

}
Expand Down

0 comments on commit 19fb50e

Please sign in to comment.