patch-maze_c 440 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-maze_c,v 1.1 2017/05/10 23:34:25 espie Exp $
  2. Index: maze.c
  3. --- maze.c.orig
  4. +++ maze.c
  5. @@ -124,6 +124,7 @@ static mazedata mazes[] = {
  6. "z---x---x---x---x---c" } };
  7. +void
  8. read_maze(num)
  9. int num;
  10. {
  11. @@ -259,6 +260,7 @@ int num;
  12. * The function which follows is used at the beginning of each level to
  13. * set up the initial parameters for all of the moving figures.
  14. */
  15. +void
  16. position_players()
  17. {
  18. int i;