| 2914 | } |
| 2915 | |
| 2916 | void DrawUTextBack() |
| 2917 | { |
| 2918 | CelDraw(RIGHT_PANEL_X - SPANEL_WIDTH + 24, SCREEN_Y + 327, pSTextBoxCels, 1, 271); |
| 2919 | trans_rect(RIGHT_PANEL - SPANEL_WIDTH + 27, 28, 265, 297); |
| 2920 | } |
| 2921 | |
| 2922 | void PrintUString(int x, int y, BOOL cjustflag, char *str, int col) |
| 2923 | { |
no test coverage detected