~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gGame.cpp

merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
3799
3799
 
3800
3800
        eGameObject *e=p->Object();
3801
3801
 
3802
 
        if ( ( (!e) || ((!e->Alive()) && (e->DeathTime() < (time - sg_respawnTime)) ) ) && (sn_GetNetState() != nCLIENT ))
 
3802
        if ( ( (!e) || ((!e->Alive()) && (e->DeathTime() < (time - sg_respawnTime)) ) && (sn_GetNetState() != nCLIENT )))
3803
3803
        {
3804
3804
            eCoord pos,dir;
3805
3805
#if 0