1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/krogue/files/patch-an
Chris D. Faulhaber 833a143561 Nice KDE reimplementation of the /usr/games/rogue classic
PR:		15803
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-23 00:55:11 +00:00

12 lines
194 B
Plaintext

--- krogue/kcmdr.h.orig Sun Oct 10 09:15:43 1999
+++ krogue/kcmdr.h Wed Dec 15 15:26:29 1999
@@ -26,7 +26,7 @@
struct cmd
{
- int cmd, ask;
+ int thecmd, ask;
int mask;
char *q;
};