summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-08 17:52:58 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-08 17:52:58 +0100
commitd99a8ce95d9f576dc4dba1920fbd60e667d7a728 (patch)
tree501f098ddb5cf6e43a5cd10b21f8821242d10b23
parentd6ccdc19e19ab840fc63c57db73bef8a181f2dc8 (diff)
create the red surface for the warrior gobelins
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index bfd5703..7c5d19d 100644
--- a/main.c
+++ b/main.c
@@ -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)