- Cleaned up some include dependencies.
SVN r1224 (trunk)
This commit is contained in:
parent
c86ca5e891
commit
db5723997c
217 changed files with 635 additions and 513 deletions
|
|
@ -56,6 +56,8 @@
|
|||
#include "templates.h"
|
||||
#include "sbar.h"
|
||||
#include "s_sound.h"
|
||||
#include "g_level.h"
|
||||
#include "d_net.h"
|
||||
|
||||
static FRandom pr_obituary ("Obituary");
|
||||
static FRandom pr_botrespawn ("BotRespawn");
|
||||
|
|
@ -357,7 +359,7 @@ void AActor::Die (AActor *source, AActor *inflictor)
|
|||
if (debugfile && this->player)
|
||||
{
|
||||
static int dieticks[MAXPLAYERS];
|
||||
int pnum = this->player-players;
|
||||
int pnum = int(this->player-players);
|
||||
if (dieticks[pnum] == gametic)
|
||||
gametic=gametic;
|
||||
dieticks[pnum] = gametic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue