OpenTyrian: Reverted C++-isms from code, to match upstream more closely
This commit is contained in:
@@ -334,7 +334,7 @@ int JE_playRunSkipDump( Uint8 *incomingBuffer, unsigned int IncomingBufferLength
|
||||
#define ANI_STOP 0x0000
|
||||
|
||||
SZ_Init(pBuffer_IN, incomingBuffer, IncomingBufferLength);
|
||||
SZ_Init(pBuffer_OUT, (Uint8 *)VGAScreen->pixels, VGAScreen->h * VGAScreen->pitch);
|
||||
SZ_Init(pBuffer_OUT, VGAScreen->pixels, VGAScreen->h * VGAScreen->pitch);
|
||||
|
||||
|
||||
/* 320x200 is the only supported format.
|
||||
|
||||
Reference in New Issue
Block a user