From 2105ceff190ed2a75615b79808368a0f9e024995 Mon Sep 17 00:00:00 2001 From: Nathan Fulton Date: Sat, 29 Apr 2017 23:07:22 -0400 Subject: [PATCH] Add todo for FancyTextCore --- game/misccontrols.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/misccontrols.cpp b/game/misccontrols.cpp index f75a8dc..8a2ba12 100644 --- a/game/misccontrols.cpp +++ b/game/misccontrols.cpp @@ -681,9 +681,8 @@ int FancyTextCore(DibBitmap *pbm, Font *pfntDefault, char *psz, int x, int y, in psz = pchT++; continue; - // "@S." turns on mapping to local player's side color + // TODO: "@S." turns on mapping to local player's side color case 'S': - mpscaiclr = TBitmap::s_ampscaiclrSide[gpplrLocal->GetSide()]; cchT--; pchT++; break;