vergiss das static - es ist böse

This commit is contained in:
Katja Zedel 2002-04-28 08:40:21 +00:00
parent 9caaab514d
commit e559f123d4
2 changed files with 3 additions and 2 deletions

View File

@ -1345,10 +1345,11 @@ cinfo_riot(void * obj, typ_t typ, curse *c, int self)
/* cursedata */
/* ------------------------------------------------------------- */
/* typedef struct cursedata {
* int id; (altlast für kompatibiliät)
* char *name;
* int typ;
* int givemenacting;
* int mergeflags;
* char *name;
* char *info;
* void (*display)(void*,typ_t, curse*);
*} cursedata;

View File

@ -190,7 +190,7 @@ typedef struct curse {
struct curse *nexthash;
int no; /* 'Einheitennummer' dieses Curse */
curse_t cspellid; /* Id des Cursezaubers */
const struct curse_type * type; /* Zeiger auf ein curse_type-struct */
struct curse_type * type; /* Zeiger auf ein curse_type-struct */
int flag; /* generelle Flags wie zb CURSE_ISNEW oder CURSE_NOAGE */
int duration; /* Dauer der Verzauberung. Wird jede Runde vermindert */
int vigour; /* Stärke der Verzauberung, Widerstand gegen Antimagie */