OpenTyrian: Reverted C++-isms from code, to match upstream more closely
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
void JE_loadPCX( const char *file ) // this is only meant to load tshp2.pcx
|
||||
{
|
||||
Uint8 *s = (Uint8 *)VGAScreen->pixels; /* 8-bit specific */
|
||||
Uint8 *s = VGAScreen->pixels; /* 8-bit specific */
|
||||
|
||||
FILE *f = dir_fopen_die(data_dir(), file, "rb");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user