diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 17:52:58 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 17:52:58 +0100 |
commit | d99a8ce95d9f576dc4dba1920fbd60e667d7a728 (patch) | |
tree | 501f098ddb5cf6e43a5cd10b21f8821242d10b23 | |
parent | d6ccdc19e19ab840fc63c57db73bef8a181f2dc8 (diff) |
create the red surface for the warrior gobelins
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,8 @@ static void colorize_every_red_surface(SURFACES *surfaces) colorize_surface(surfaces->red_paladin, fmt, red); colorize_surface(surfaces->red_priest, fmt, red); colorize_surface(surfaces->red_thief, fmt, red); + + colorize_surface(surfaces->red_warrior_gobelin, fmt, red); } int Fchargerimages (SURFACES *surfaces) |