mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -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 &&
|
||||
!(gametic&31) && ((gametic>>5)&3) == i )
|
||||
{
|
||||
extern char *player_names[];
|
||||
doomprintf("%s is turbo!", player_names[i]); // killough 9/29/98
|
||||
extern char **player_names[];
|
||||
doomprintf("%s is turbo!", *player_names[i]); // killough 9/29/98
|
||||
}
|
||||
|
||||
if (netgame && !netdemo && !(gametic%ticdup) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user