mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Jaja, es ist spät
This commit is contained in:
parent
01ce24b755
commit
7d1abd30a9
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ void Con_DrawConsole (float frac)
|
|||
SCR_AddDirtyPoint (0,0);
|
||||
SCR_AddDirtyPoint (viddef.width-1,lines-1);
|
||||
|
||||
Com_sprintf (version, sizeof(version), "r1q2 v%s", VERSION);
|
||||
i = Com_sprintf (version, sizeof(version), "r1q2 v%s", VERSION);
|
||||
for (x=0 ; x<i ; x++)
|
||||
re.DrawChar (viddef.width-90+x*8, lines-14, 128 + version[x] );
|
||||
|
||||
|
|
Loading…
Reference in a new issue