mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:53:53 +00:00
minor changes
This commit is contained in:
parent
c9f1bd8735
commit
644f081c60
1 changed files with 1 additions and 1 deletions
|
@ -1955,7 +1955,7 @@ namespace MWWorld
|
|||
|
||||
bool World::toggleGodMode()
|
||||
{
|
||||
mGodMode ? mGodMode = false : mGodMode = true;
|
||||
mGodMode = !mGodMode;
|
||||
|
||||
return mGodMode;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue