forked from github/server
- Rechtschreibfehler in curse-Beschreibung.
This commit is contained in:
parent
dcdcb10a26
commit
9deb3f908c
|
@ -19,8 +19,7 @@ ARFLAGS = crs
|
|||
CTAGSFLAGS = --langmap=c:.c.h --c-types=-m
|
||||
CFLAGS = -I$(ERESSEA) -Wall -Wwrite-strings -Wstrict-prototypes \
|
||||
-Wpointer-arith -Werror-implicit-function-declaration \
|
||||
-Wno-char-subscripts \
|
||||
-march=pentiumpro $(INCLUDES)
|
||||
-Wno-char-subscripts $(INCLUDES)
|
||||
LDFLAGS = $(LIBS)
|
||||
|
||||
LIBS = -L$(PUBLISH_DIR)
|
||||
|
|
|
@ -1605,6 +1605,7 @@ createunitid(region * r1, faction * f, int number, race_t race, int id, const ch
|
|||
u->race = race;
|
||||
u->irace = race;
|
||||
u->hp = unit_max_hp (u) * number;
|
||||
u->status = ST_FIGHT;
|
||||
set_number (u, number);
|
||||
|
||||
if (id<=0 || id > MAX_UNIT_NR || ufindhash(id) || dfindhash(id) || forbiddenid(id))
|
||||
|
|
Loading…
Reference in New Issue