Index: head/games/glob2/files/patch-src_EditorMainMenu.cpp =================================================================== --- head/games/glob2/files/patch-src_EditorMainMenu.cpp (nonexistent) +++ head/games/glob2/files/patch-src_EditorMainMenu.cpp (revision 478095) @@ -0,0 +1,11 @@ +--- src/EditorMainMenu.cpp.orig 2018-08-26 04:04:18 UTC ++++ src/EditorMainMenu.cpp +@@ -90,7 +90,7 @@ void EditorMainMenu::onAction(Widget *source, Action a + } + else if (par1==LOADMAP) + { +- ChooseMapScreen chooseMapScreen("maps", "map", false, "games", "game", false); ++ ChooseMapScreen chooseMapScreen("maps", "map", false, "games", "game", NULL); + int rc=chooseMapScreen.execute(globalContainer->gfx, 40); + if (rc==ChooseMapScreen::OK) + { Property changes on: head/games/glob2/files/patch-src_EditorMainMenu.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/glob2/files/patch-src_LANMenuScreen.cpp =================================================================== --- head/games/glob2/files/patch-src_LANMenuScreen.cpp (nonexistent) +++ head/games/glob2/files/patch-src_LANMenuScreen.cpp (revision 478095) @@ -0,0 +1,11 @@ +--- src/LANMenuScreen.cpp.orig 2018-08-26 04:11:03 UTC ++++ src/LANMenuScreen.cpp +@@ -62,7 +62,7 @@ void LANMenuScreen::onAction(Widget *source, Action ac + } + else if(par1 == HOST) + { +- ChooseMapScreen cms("maps", "map", false, "games", "game", false); ++ ChooseMapScreen cms("maps", "map", false, "games", "game", NULL); + int rc = cms.execute(globalContainer->gfx, 40); + if(rc == ChooseMapScreen::OK) + { Property changes on: head/games/glob2/files/patch-src_LANMenuScreen.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/glob2/files/patch-src_YOGClientLobbyScreen.cpp =================================================================== --- head/games/glob2/files/patch-src_YOGClientLobbyScreen.cpp (nonexistent) +++ head/games/glob2/files/patch-src_YOGClientLobbyScreen.cpp (revision 478095) @@ -0,0 +1,11 @@ +--- src/YOGClientLobbyScreen.cpp.orig 2018-08-26 04:08:24 UTC ++++ src/YOGClientLobbyScreen.cpp +@@ -326,7 +326,7 @@ void YOGClientLobbyScreen::playerListUpdated() + + void YOGClientLobbyScreen::hostGame() + { +- ChooseMapScreen cms("maps", "map", false, "games", "game", false); ++ ChooseMapScreen cms("maps", "map", false, "games", "game", NULL); + int rc = cms.execute(globalContainer->gfx, 40); + if(rc == ChooseMapScreen::OK) + { Property changes on: head/games/glob2/files/patch-src_YOGClientLobbyScreen.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property