Browse Source

Clean up mainmenu.cpp

pull/100/head
Anders Jenbo 7 years ago
parent
commit
c8301280c5
  1. 2
      Source/mainmenu.cpp

2
Source/mainmenu.cpp

@ -118,14 +118,12 @@ void mainmenu_loop()
music_stop();
}
// 634980: using guessed type int gbActive;
BOOL mainmenu_single_player()
{
gbMaxPlayers = 1;
return mainmenu_init_menu(1);
}
// 679660: using guessed type char gbMaxPlayers;
BOOL mainmenu_init_menu(int type)
{

Loading…
Cancel
Save