mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Deal with compiler warnings
This commit is contained in:
parent
faecff570c
commit
a89afe1229
12 changed files with 30 additions and 30 deletions
|
@ -407,7 +407,7 @@ public:
|
|||
}
|
||||
|
||||
ClientScripting *getScript() { return m_script; }
|
||||
const bool modsLoaded() const { return m_mods_loaded; }
|
||||
bool modsLoaded() const { return m_mods_loaded; }
|
||||
|
||||
void pushToEventQueue(ClientEvent *event);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue