now load waypoints from memory as well
changed versioning scheme updated linux makefiles
This commit is contained in:
parent
730ce7a1d4
commit
a61cd3b021
9 changed files with 20 additions and 44 deletions
|
|
@ -59,8 +59,8 @@ void Engine::Printf (const char *fmt, ...)
|
|||
vsnprintf (string, SIZEOF_CHAR (string), TraslateMessage (fmt), ap);
|
||||
va_end (ap);
|
||||
|
||||
strcat (string, "\n");
|
||||
g_engfuncs.pfnServerPrint (string);
|
||||
g_engfuncs.pfnServerPrint ("\n");
|
||||
}
|
||||
|
||||
void Engine::ChatPrintf (const char *fmt, ...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue