Skip to content

Commit

Permalink
v3.3.0.6 Merge pull request #1057 from Die4Ever/develop
Browse files Browse the repository at this point in the history
v3.3.0.6
  • Loading branch information
Die4Ever authored Dec 12, 2024
2 parents f94c8e4 + f3799d2 commit 50bca03
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion DXRCore/DeusEx/Classes/DXRVersion.uc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ simulated static function CurrentVersion(optional out int major, optional out in
major=3;
minor=3;
patch=0;
build=5;//build can't be higher than 99
build=6;//build can't be higher than 99
}

simulated static function bool VersionIsStable()
Expand Down
4 changes: 0 additions & 4 deletions DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ function String GetHintText()
}
text = "To: "$formatMapName(teleDest);
if (addBingoText) {
text = class'DXRBingoCampaign'.static.GetBingoHoverHintText(class'DXRando'.default.dxr, text);
}

if (addBingoText) {
return class'DXRBingoCampaign'.static.GetBingoHoverHintText(class'DXRando'.default.dxr, text);
} else {
Expand Down
Binary file modified DeusEx.u
Binary file not shown.
Binary file modified GMDXRandomizer.u
Binary file not shown.
Binary file modified HXRandomizer.u
Binary file not shown.
Binary file modified RevRandomizer.u
Binary file not shown.
Binary file modified VMDRandomizer.u
Binary file not shown.

0 comments on commit 50bca03

Please sign in to comment.