================= UI_Version ================= */
| 3693 | ================= |
| 3694 | */ |
| 3695 | static void UI_Version(rectDef_t *rect, float scale, vec4_t color, int iFontIndex) |
| 3696 | { |
| 3697 | int width; |
| 3698 | |
| 3699 | width = DC->textWidth(Q3_VERSION, scale, 0); |
| 3700 | |
| 3701 | DC->drawText(rect->x - width, rect->y, scale, color, Q3_VERSION, 0, ITEM_TEXTSTYLE_SHADOWED, iFontIndex); |
| 3702 | } |
| 3703 | |
| 3704 | /* |
| 3705 | ================= |