mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
minor changes
This commit is contained in:
parent
c9f1bd8735
commit
644f081c60
@ -1955,7 +1955,7 @@ namespace MWWorld
|
||||
|
||||
bool World::toggleGodMode()
|
||||
{
|
||||
mGodMode ? mGodMode = false : mGodMode = true;
|
||||
mGodMode = !mGodMode;
|
||||
|
||||
return mGodMode;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user