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;