SDL 1.3 compiles but restoring from background does not work in Alien Blaster

This commit is contained in:
pelya
2010-09-30 18:00:47 +03:00
parent f540aef198
commit f025a0ab9c
26 changed files with 132 additions and 78 deletions

View File

@@ -51,6 +51,8 @@ class SurfaceDB {
SdlCompat_AcceleratedSurface *loadSurface( std::string fn, bool alpha=false );
void reloadAllSurfacesToVideoMemory();
private:
StringSurfaceMap surfaceDB;
Uint8 transR, transG, transB;