diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 22:38:45 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 23:31:26 +0100 |
commit | 8218792cbbd00da3530826330270a20906fefad5 (patch) | |
tree | 1a3d2cec03feeba3cab9fe376129258e134abb52 /menuchoixpersos.c | |
parent | 2612e584f6aab4515c7da5a7a6ea005d0e8344ba (diff) |
add the warrior gobelin as a real class
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'menuchoixpersos.c')
-rw-r--r-- | menuchoixpersos.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menuchoixpersos.c b/menuchoixpersos.c index 05e1a0a..ef8b8a1 100644 --- a/menuchoixpersos.c +++ b/menuchoixpersos.c @@ -41,6 +41,10 @@ struct team_t *new_ally_team(SURFACES *surfaces, chr->def_surf = surfaces->Pvoleur; chr->red_surf = surfaces->red_thief; break; + case CLASS_WARRIOR_GOBELIN: + chr->def_surf = surfaces->Pgobelin; + chr->red_surf = surfaces->red_warrior_gobelin; + break; default: abort(); } |