OpenTyrian: Reverted C++-isms from code, to match upstream more closely

This commit is contained in:
pelya
2014-06-09 00:30:50 +03:00
parent cc172312e5
commit eb81855ac7
22 changed files with 80 additions and 91 deletions

View File

@@ -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];
}