mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-06-09 14:25:00 -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++;
|
psz = pchT++;
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// "@S." turns on mapping to local player's side color
|
// TODO: "@S." turns on mapping to local player's side color
|
||||||
case 'S':
|
case 'S':
|
||||||
mpscaiclr = TBitmap::s_ampscaiclrSide[gpplrLocal->GetSide()];
|
|
||||||
cchT--;
|
cchT--;
|
||||||
pchT++;
|
pchT++;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user