blob: a5f06d666ca26fd0f23494a141bda53f24da48a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- krogue/rogue/pack.c Wed Sep 1 15:44:36 1999
+++ krogue/rogue/pack.c.new Sun Nov 21 23:04:02 1999
@@ -13,7 +13,7 @@
#include "rogue.h"
#include "dun.h"
-char *curse_message = _T("you can't, it appears to be cursed");
+char *curse_message = msgQuote("you can't, it appears to be cursed");
extern short levitate;
object *
|