1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/sokoban/files/patch-ac
Thomas Gellekum 6f6ffdc742 Imports of sokoban port. This is the curses-based version.
PR:		4007
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-02 07:13:51 +00:00

20 lines
344 B
Plaintext

*** play.c Sat May 16 06:53:27 1992
--- /home/andy/tmp/wrk/play.c Tue Apr 29 18:45:43 1997
***************
*** 37,43 ****
short play() {
! short c;
short ret;
short undolock = 1; /* locked for undo */
--- 37,43 ----
short play() {
! char c;
short ret;
short undolock = 1; /* locked for undo */