Skip to content

Commit

Permalink
Remove unnecessary ifndef for HX
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Jun 29, 2023
1 parent 8277ebb commit c6e0ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DXRCore/DeusEx/Classes/DXRando.uc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ function SetdxInfo(DeusExLevelInfo i)

// undo the damage that DXRBacktracking has done to prevent saves from being deleted
// must do this before the mission script is loaded, so we can't wait for finding the player and loading modules
#ifndef hx
class'DXRBacktracking'.static.LevelInit(Self);
#endif

CrcInit();
ClearModules();
Expand Down

0 comments on commit c6e0ab1

Please sign in to comment.