manually update execinfo.mk
[dports.git] / games / xchomp / files / patch-maze.c
1 --- maze.c.orig
2 +++ maze.c
3 @@ -124,7 +124,7 @@
4                   "z---x---x---x---x---c" } };
5  
6  
7 -read_maze(num)
8 +void read_maze(num)
9  int num;
10  {
11     int          i, xx, yy;
12 @@ -259,7 +259,7 @@
13   * The function which follows is used at the beginning of each level to
14   * set up the initial parameters for all of the moving figures.
15   */
16 -position_players()
17 +void position_players()
18  {
19     int                 i;
20     XRectangle  ghost_rect[MAX_GHOSTS], pac_rect;