forked from github/server
vergiss das static - es ist böse
This commit is contained in:
parent
9caaab514d
commit
e559f123d4
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue