Removed legacy "bigbuffer" and "compressed" rendering code.

This commit is contained in:
Justin Marshall
2020-07-31 19:12:38 -07:00
parent 53e7eb3a61
commit 1d8cd100b0
6 changed files with 5 additions and 205 deletions
+2 -2
View File
@@ -4411,7 +4411,7 @@ void TechnoClass::Techno_Draw_Object(void const * shapefile, int shapenum, int x
assert(IsActive);
if (rotation != DIR_N || scale != 0x0100) {
Disable_Uncompressed_Shapes();
//Disable_Uncompressed_Shapes();
}
if (shapefile != NULL) {
@@ -4509,7 +4509,7 @@ void TechnoClass::Techno_Draw_Object(void const * shapefile, int shapenum, int x
#endif
}
Enable_Uncompressed_Shapes();
// Enable_Uncompressed_Shapes();
}