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;