mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
C++11 cleanup on constructors dir client (#6012)
* C++11 cleanup on constructors dir client
This commit is contained in:
parent
76074ad81a
commit
af3badf7a9
6 changed files with 71 additions and 125 deletions
|
@ -38,8 +38,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
/* mainmenumanager.h
|
||||
*/
|
||||
gui::IGUIEnvironment *guienv = NULL;
|
||||
gui::IGUIStaticText *guiroot = NULL;
|
||||
gui::IGUIEnvironment *guienv = nullptr;
|
||||
gui::IGUIStaticText *guiroot = nullptr;
|
||||
MainMenuManager g_menumgr;
|
||||
|
||||
bool isMenuActive()
|
||||
|
@ -48,7 +48,7 @@ bool isMenuActive()
|
|||
}
|
||||
|
||||
// Passed to menus to allow disconnecting and exiting
|
||||
MainGameCallback *g_gamecallback = NULL;
|
||||
MainGameCallback *g_gamecallback = nullptr;
|
||||
|
||||
|
||||
ClientLauncher::~ClientLauncher()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue