diff options
Diffstat (limited to 'src/heretic/sb_bar.c')
-rw-r--r-- | src/heretic/sb_bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/sb_bar.c b/src/heretic/sb_bar.c index 4db3094b..3de57cb1 100644 --- a/src/heretic/sb_bar.c +++ b/src/heretic/sb_bar.c @@ -1188,7 +1188,7 @@ static void CheatArtifact3Func(player_t * player, Cheat_t * cheat) char args[2]; int i; int j; - artitype_t type; + int type; int count; cht_GetParam(cheat->seq, args); |