Remove architecture string code that doesn't work

This commit is contained in:
elasota
2020-07-04 00:34:46 -04:00
parent 68444a7240
commit 550465088e

View File

@@ -83,19 +83,6 @@ void DrawOnSplash(DrawSurface *surface)
else else
ColorText(surface, textPoint, houseLoadedStr, 28L, appFont); ColorText(surface, textPoint, houseLoadedStr, 28L, appFont);
} }
#if defined(powerc) || defined(__powerc)
TextSize(12);
TextFace(0);
TextFont(systemFont);
ForeColor(blackColor);
MoveTo(splashOriginH + 5, splashOriginV + 457);
DrawString("\pPowerPC Native!");
ForeColor(whiteColor);
MoveTo(splashOriginH + 4, splashOriginV + 456);
DrawString("\pPowerPC Native!");
ForeColor(blackColor);
#endif
} }
//-------------------------------------------------------------- RedrawSplashScreen //-------------------------------------------------------------- RedrawSplashScreen