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

12 lines
194 B
Plaintext
Raw Normal View History

--- 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;
};