mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
More C++03 fixes
This commit is contained in:
parent
e2815d27f1
commit
695d02e6bd
12 changed files with 37 additions and 28 deletions
|
@ -81,7 +81,7 @@ protected:
|
|||
scene::ISceneManager *smgr;
|
||||
SubgameSpec gamespec;
|
||||
WorldSpec worldspec;
|
||||
bool simple_singleplayer_mode = false;
|
||||
bool simple_singleplayer_mode;
|
||||
|
||||
// These are set up based on the menu and other things
|
||||
// TODO: Are these required since there's already playername, password, etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue