mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-13 00:24:44 +00:00
Hatten wir doch glatt nenn Overflow drin *hust*
This commit is contained in:
parent
a0c41046ae
commit
21378405a0
1 changed files with 2 additions and 2 deletions
|
@ -576,8 +576,8 @@ void Con_DrawConsole (float frac)
|
||||||
int lines;
|
int lines;
|
||||||
char version[48];
|
char version[48];
|
||||||
char dlbar[1024];
|
char dlbar[1024];
|
||||||
char timebuf[21];
|
char timebuf[48];
|
||||||
char tmpbuf[24];
|
char tmpbuf[48];
|
||||||
|
|
||||||
time_t t;
|
time_t t;
|
||||||
struct tm *today;
|
struct tm *today;
|
||||||
|
|
Loading…
Reference in a new issue