From 1c57a5131659e26a646458431995fd5a62223ccc Mon Sep 17 00:00:00 2001 From: elasota Date: Wed, 25 Nov 2020 18:12:00 -0500 Subject: [PATCH] Fix wrong house name displaying after quitting demo --- GpApp/Play.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GpApp/Play.cpp b/GpApp/Play.cpp index 70a165e..e5595db 100644 --- a/GpApp/Play.cpp +++ b/GpApp/Play.cpp @@ -296,6 +296,7 @@ void DoDemoGame (void) if (OpenHouse()) whoCares = ReadHouse(); incrementModeTime = TickCount() + kIdleSplashTicks; + RedrawSplashScreen(); } //-------------------------------------------------------------- InitGlider