Fix StockMaster's issue of the radar alerting ten seconds after avatars have departed

This commit is contained in:
Inusaito Sayori
2013-08-08 00:06:32 -04:00
parent b17cebd87f
commit cc534487c0

View File

@@ -69,7 +69,7 @@
/**
* @brief How long to keep people who are gone in the list and in memory.
*/
const F32 DEAD_KEEP_TIME = 10.0f;
const F32 DEAD_KEEP_TIME = 0.5f;
extern U32 gFrameCount;