Add todo for FancyTextCore

This commit is contained in:
Nathan Fulton 2017-04-29 23:07:22 -04:00
parent 489399dfb4
commit 2105ceff19

View File

@ -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;