mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-24 19:55:11 -06:00
Add todo for FancyTextCore
This commit is contained in:
parent
489399dfb4
commit
2105ceff19
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user