mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix messages in spy mode (#567)
This commit is contained in:
parent
66cadbe857
commit
ebddf8b219
@ -3539,7 +3539,7 @@ void dprintf(const char *s, ...)
|
||||
va_start(v,s);
|
||||
vsprintf(msg,s,v); // print message in buffer
|
||||
va_end(v);
|
||||
players[consoleplayer].message = msg; // set new message
|
||||
players[displayplayer].message = msg; // set new message
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user