removed duplicated code
[rocksndiamonds.git] / src / game.h
index b73d5daff98bef27ac661508e480925a62a15057..7eb19cdedbb1e7d60b241dabdc915803dd587975 100644 (file)
@@ -424,8 +424,10 @@ void GameEnd(void);
 void MergeServerScore(void);
 
 void InitPlayerGfxAnimation(struct PlayerInfo *, int, int);
+
 void Moving2Blocked(int, int, int *, int *);
 void Blocked2Moving(int, int, int *, int *);
+
 void DrawDynamite(int, int);
 
 void StartGameActions(boolean, boolean, int);