From 25ab01bc0de6eda19782b891d951ccdc207b4cc3 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 20 Nov 2015 22:47:08 +0000 Subject: [PATCH] Typo fix. --- src/battle/objectives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle/objectives.c b/src/battle/objectives.c index b708282..a069959 100644 --- a/src/battle/objectives.c +++ b/src/battle/objectives.c @@ -186,7 +186,7 @@ void activateObjective(int num) { if (i == num) { - addHudMessage(colors.cyan, "New Objectives : %s", o->description); + addHudMessage(colors.cyan, "New Objective : %s", o->description); o->active = 1; return; }