Skip to content

Commit

Permalink
Aura EX watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 29, 2024
1 parent 932de65 commit 44eb896
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cl_dll/hud_watermark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ int CHudWatermark::Draw(float time)
extern cvar_t* hud_watermark;
if (hud_watermark->value == 1)
{
gEngfuncs.pfnDrawString(ScreenWidth / 20, gHUD.m_scrinfo.iCharHeight, "Aura client build " __DATE__, r, g, b);
gEngfuncs.pfnDrawString(ScreenWidth / 20, gHUD.m_scrinfo.iCharHeight * 2, displayString, r, g, b);
gEngfuncs.pfnDrawString(ScreenWidth / 20, gHUD.m_scrinfo.iCharHeight * 3, season, r, g, b);
gEngfuncs.pfnDrawString(ScreenWidth / 20, gHUD.m_scrinfo.iCharHeight, "Aura EXperimental " __DATE__, r, g, b);

if (update_is_available)
gEngfuncs.pfnDrawString(ScreenWidth / 20, gHUD.m_scrinfo.iCharHeight / 2 * 7, " ", r, g, b);
Expand Down

0 comments on commit 44eb896

Please sign in to comment.