dc08309f80
Provided in PR 12072 by Ben Collver (collver@linuxfreemail.com). Ularn is a fantasy games in which your child has contracted a strange dis- ease, and none of your home remedies seem to have any effect. You set out to find a remedy in a limited amount of time, and to collect gold along the way of course! Ularn is based on larn, and adds the concept of character classes.
15 lines
257 B
Text
15 lines
257 B
Text
$NetBSD: patch-am,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $
|
|
|
|
--- itm.h.orig Sat Jan 13 21:13:03 2001
|
|
+++ itm.h Sat Jan 13 21:14:05 2001
|
|
@@ -2,8 +2,8 @@
|
|
struct _itm {
|
|
long price;
|
|
char **mem;
|
|
- char obj;
|
|
- char arg;
|
|
+ int obj;
|
|
+ int arg;
|
|
char qty;
|
|
};
|
|
|