Fix dead players sliding with UT physics on.
Split main handler into a non-static (tied to level) and a static (independent from level) handler.
This commit is contained in:
parent
4a8b7543e8
commit
4580076f83
5 changed files with 109 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
GameInfo
|
||||
{
|
||||
AddEventHandlers = "RedeemerHUDHandler", "UTMainHandler"
|
||||
AddEventHandlers = "RedeemerHUDHandler", "UTStaticHandler", "UTMainHandler"
|
||||
PlayerClasses = "UTPlayerTMale1", "UTPlayerTMale2", "UTPlayerTFemale1", "UTPlayerTFemale2", "UTPlayerTBoss"
|
||||
StatusBarClass = "UTHud"
|
||||
BackpackType = "UTBackpack"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue