mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
remove DrawMoneyOnScreen
there's already a function to draw text on the screen. a money amount is text, so just return a string and print that.
This commit is contained in:
committed by
majcosta
parent
1f6e545a39
commit
ffe987061e
@@ -9,7 +9,6 @@ BOOLEAN RenderAIMMembers();
|
||||
|
||||
|
||||
BOOLEAN DrawNumeralsToScreen(INT32 iNumber, INT8 bWidth, UINT16 usLocX, UINT16 usLocY, UINT32 ulFont, UINT8 ubColor);
|
||||
BOOLEAN DrawMoneyToScreen(INT32 iNumber, INT8 bWidth, UINT16 usLocX, UINT16 usLocY, UINT32 ulFont, UINT8 ubColor);
|
||||
|
||||
void DisplayTextForMercFaceVideoPopUp(STR16 pString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user