Skip to content

Commit

Permalink
unusede variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Sep 8, 2024
1 parent 0499513 commit dc10a8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kernel/save.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,12 @@ unit *read_unit(gamedata *data)
char obuf[DISPLAYSIZE];
faction *f;
char rname[32];
static const struct race *rc_demon, *rc_smurf, *rc_toad;
static const struct race *rc_demon, *rc_smurf;
static int config;

if (rc_changed(&config)) {
rc_demon = get_race(RC_DAEMON);
rc_smurf = rc_find("smurf");
rc_toad = rc_find("toad");
}

READ_INT(data->store, &n);
Expand Down

0 comments on commit dc10a8e

Please sign in to comment.