Merge branch 'master' into jgrpp

# Conflicts:
#	src/gamelog.cpp
This commit is contained in:
Jonathan G Rennison
2020-05-11 00:45:24 +01:00
9 changed files with 122 additions and 26 deletions

View File

@@ -63,7 +63,7 @@ void GamelogStopAction()
if (print) GamelogPrintDebug(5);
}
void GamelogStopActionIfStarted()
void GamelogStopAnyAction()
{
if (_gamelog_action_type != GLAT_NONE) GamelogStopAction();
}