diff options
Diffstat (limited to 'src/gui/cheatMenu.h')
-rw-r--r-- | src/gui/cheatMenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/cheatMenu.h b/src/gui/cheatMenu.h index 3c4bec471..ea9a9d853 100644 --- a/src/gui/cheatMenu.h +++ b/src/gui/cheatMenu.h @@ -22,9 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include <string> -#define CHEAT_MENU_GET_SCRIPTPTR \ +#define CHEAT_MENU_GET_SCRIPTPTR \ ClientScripting *script = m_client->getScript(); \ - if (! script || ! script->m_cheats_loaded) \ + if (!script || !script->m_cheats_loaded) \ return; class Client; |