OpenTyrian: Reverted C++-isms from code, to match upstream more closely
This commit is contained in:
@@ -79,7 +79,7 @@ void JE_starlib_main( void )
|
||||
for(stars = star, i = starlib_MAX_STARS; i > 0; stars++, i--)
|
||||
{
|
||||
/* Make a pointer to the screen... */
|
||||
surf = (Uint8 *)VGAScreen->pixels;
|
||||
surf = VGAScreen->pixels;
|
||||
|
||||
/* Calculate the offset to where we wish to draw */
|
||||
off = (stars->lastX)+(stars->lastY)*320;
|
||||
|
||||
Reference in New Issue
Block a user