-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary GUIController hook
(just handle in PlayerInput instead - may resolve AntiTCC issues)
- Loading branch information
1 parent
72d5e00
commit a3ffefd
Showing
3 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
//Dummied out GUIController, kept in for compatibility with existing foxWSFix v2.0 installs | ||
//This used to just set MainMenuOptions(5)="foxWSFix.foxUT2K4SettingsPage" | ||
//However, specific menu overrides are now handled directly in foxPlayerInput | ||
class foxUT2K4GUIController extends UT2K4GUIController; | ||
|
||
defaultproperties | ||
{ | ||
MainMenuOptions(5)="foxWSFix.foxUT2K4SettingsPage" | ||
} | ||
//Do nothing and just be a UT2K4GUIController |
This file was deleted.
Oops, something went wrong.