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:
Enno Rehling 2014-06-09 21:36:43 -07:00
parent bbc0efabe8
commit 42a86fc910
1 changed files with 1 additions and 1 deletions

View File

@ -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;