forked from github/server
make sure that the skill bonus for races is signed, even on ARM where
that is not necessarily the default.
This commit is contained in:
parent
bbc0efabe8
commit
42a86fc910
|
@ -78,7 +78,7 @@ extern "C" {
|
||||||
int df_bonus; /* Verändert den Verteidigungskill (default: 0) */
|
int df_bonus; /* Verändert den Verteidigungskill (default: 0) */
|
||||||
const struct spell *precombatspell;
|
const struct spell *precombatspell;
|
||||||
struct att attack[10];
|
struct att attack[10];
|
||||||
char bonus[MAXSKILLS];
|
signed char bonus[MAXSKILLS];
|
||||||
signed char *study_speed; /* study-speed-bonus in points/turn (0=30 Tage) */
|
signed char *study_speed; /* study-speed-bonus in points/turn (0=30 Tage) */
|
||||||
bool __remove_me_nonplayer;
|
bool __remove_me_nonplayer;
|
||||||
int flags;
|
int flags;
|
||||||
|
|
Loading…
Reference in New Issue