From c99dc71713728eb8b074339bef5af72f13fd7b6b Mon Sep 17 00:00:00 2001 From: johns <> Date: Wed, 21 Feb 2001 20:33:08 +0000 Subject: [PATCH] Added FIXME: use of general message system needed. --- src/action/action_research.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action/action_research.cpp b/src/action/action_research.cpp index 20ead2ae1..731369d81 100644 --- a/src/action/action_research.cpp +++ b/src/action/action_research.cpp @@ -43,7 +43,7 @@ global void HandleActionResearch(Unit* unit) unit->Command.Data.Research.Ticks+=SpeedResearch; if( unit->Command.Data.Research.Ticks>=upgrade->Costs[TimeCost] ) { - // FIXME: should als speak and tell ai + // FIXME: should als speak and tell ai. generic notify/message. if( unit->Player==ThisPlayer ) { SetMessage2( unit->X, unit->Y, "%s: Upgrade complete", unit->Type->Name ); }