mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
fix missed VERSION define
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1429 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
870ca8c02e
commit
a209f955f3
1 changed files with 1 additions and 1 deletions
|
@ -1907,7 +1907,7 @@ void SWDraw_ConsoleBackground (int lines)
|
|||
|
||||
//sprintf (ver, "start commands with a \\ character %4.2f", VERSION);
|
||||
|
||||
sprintf (ver, "%4.2f", VERSION);
|
||||
sprintf (ver, "%i", build_number());
|
||||
dest = conback->data + 320 + 320*186 - 11 - 8*strlen(ver);
|
||||
|
||||
memcpy(saveback, conback->data + 320*186, 320*8);
|
||||
|
|
Loading…
Reference in a new issue