Skip to content

Commit 9456331

Browse files
committed
no message
1 parent 8f337e3 commit 9456331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fheroes2/system/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ bool Settings::isAutoSaveAtBeginningOfTurnEnabled() const
892892
return _gameOptions.Modes( GAME_AUTO_SAVE_AT_BEGINNING_OF_TURN );
893893
}
894894

895-
bool Settings::isAutoSaveAtEndOfTurnEnabled() const
895+
bool Settings::isAutoSaveAtEndOfTurnEnabled() const
896896
{
897897
return _gameOptions.Modes( GAME_AUTO_SAVE_AT_END_OF_TURN );
898898
}

0 commit comments

Comments
 (0)