From a37b983863f07f855b0b1fd50aec4e25cf81cff6 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 12 Jan 2020 09:28:47 +0100 Subject: [PATCH] [hellfire] InitStores --- Source/stores.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/stores.cpp b/Source/stores.cpp index 963ada62c..8e06f02d5 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -83,7 +83,11 @@ void InitStores() pSTextBoxCels = LoadFileInMem("Data\\TextBox2.CEL", NULL); pSPentSpn2Cels = LoadFileInMem("Data\\PentSpn2.CEL", NULL); pSTextSlidCels = LoadFileInMem("Data\\TextSlid.CEL", NULL); +#ifdef HELLFIRE + ClearSText(0, 104); +#else ClearSText(0, 24); +#endif stextflag = STORE_NONE; InStoreFlag = 1; stextsize = 0;