diff --git a/DXRCore/DeusEx/Classes/DXRando.uc b/DXRCore/DeusEx/Classes/DXRando.uc index 4ae6b166a..64cc1dd00 100644 --- a/DXRCore/DeusEx/Classes/DXRando.uc +++ b/DXRCore/DeusEx/Classes/DXRando.uc @@ -118,6 +118,11 @@ function DXRInit() RandoEnter(); } +simulated event PreTravel() +{ + default.dxr = None;// clear the singleton reference +} + function CheckConfig() { local int i;