From 9ef2f59eed1c7a746be58d169dae56b513131532 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Jul 2003 21:45:48 +0000 Subject: [PATCH] Fix up mapped logs. --- stepmania/src/RageLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 761fa74d43..5428b988dc 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -249,6 +249,7 @@ void RageLog::MapLog(const CString &key, const char *fmt, ...) void RageLog::UnmapLog(const CString &key) { LogMaps.erase(key); + UpdateMappedLog(); } Checkpoint_::Checkpoint_(CString key_, int n, const char *fmt, ...)