Fix grease on res change

This commit is contained in:
elasota
2020-04-01 23:35:10 -04:00
parent 793822fbb4
commit db89bf178c
3 changed files with 5 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ void FlagGameOver (void);
void DoDiedGameOver (void);
void HandleGrease (void); // --- Grease.c
SInt16 ReBackUpGrease (SInt16, SInt16);
SInt16 ReBackUpGrease (SInt16 where, SInt16 who, SInt16 h, SInt16 v);
SInt16 AddGrease (SInt16, SInt16, SInt16, SInt16, SInt16, Boolean);
void SpillGrease (SInt16, SInt16);
void RedrawAllGrease (void);