OpenTyrian: Reverted C++-isms from code, to match upstream more closely
This commit is contained in:
@@ -402,7 +402,7 @@ JE_word JE_SGr( JE_word ship, Sprite2_array **ptr )
|
||||
|
||||
JE_word tempW = extraShips[(ship - 1) * 15];
|
||||
if (tempW > 7)
|
||||
*ptr = (Sprite2_array*)extraShapes;
|
||||
*ptr = extraShapes;
|
||||
|
||||
return GR[tempW-1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user