mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 06:54:23 -04:00
Merge branch 'master' of https://github.com/fabiangreffrath/woof
This commit is contained in:
commit
62f049f936
@ -2357,8 +2357,8 @@ void G_Ticker(void)
|
|||||||
cmd->forwardmove > TURBOTHRESHOLD &&
|
cmd->forwardmove > TURBOTHRESHOLD &&
|
||||||
!(gametic&31) && ((gametic>>5)&3) == i )
|
!(gametic&31) && ((gametic>>5)&3) == i )
|
||||||
{
|
{
|
||||||
extern char *player_names[];
|
extern char **player_names[];
|
||||||
doomprintf("%s is turbo!", player_names[i]); // killough 9/29/98
|
doomprintf("%s is turbo!", *player_names[i]); // killough 9/29/98
|
||||||
}
|
}
|
||||||
|
|
||||||
if (netgame && !netdemo && !(gametic%ticdup) )
|
if (netgame && !netdemo && !(gametic%ticdup) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user