mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-04 23:55:11 +00:00
game: remove include duplicate
This commit is contained in:
parent
c11e8432c1
commit
68576d77e4
@ -18,9 +18,8 @@
|
|||||||
#include "clientmode_shared.h"
|
#include "clientmode_shared.h"
|
||||||
#include "c_baseplayer.h"
|
#include "c_baseplayer.h"
|
||||||
#include "c_team.h"
|
#include "c_team.h"
|
||||||
#include "tf_shareddefs.h"
|
|
||||||
#include "tf_shareddefs.h"
|
|
||||||
#include "tf_gamerules.h"
|
#include "tf_gamerules.h"
|
||||||
|
#include "tf_shareddefs.h"
|
||||||
|
|
||||||
#include "hud_basedeathnotice.h"
|
#include "hud_basedeathnotice.h"
|
||||||
|
|
||||||
@ -750,4 +749,4 @@ float DeathNoticeItem::GetExpiryTime()
|
|||||||
flDuration *= 2;
|
flDuration *= 2;
|
||||||
}
|
}
|
||||||
return flCreationTime + flDuration;
|
return flCreationTime + flDuration;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user