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-ag
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

19 lines
366 B
Plaintext

--- krogue/rogue/rogue.h Tue Aug 31 12:38:17 1999
+++ krogue/rogue/rogue.h.new Sun Nov 21 22:08:57 1999
@@ -26,7 +26,7 @@
extern const char *cmd_q;
extern struct obj *item_o;
-#define _T(x) (x)
+#define msgQuote(x) (x)
#define transl(x) _i18n(x)
#define NOTHING ((unsigned short) 0)
@@ -449,4 +449,4 @@
#ifdef __cplusplus
}
#endif
-#endif
+#endif