mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Remove architecture string code that doesn't work
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user