Skip to content

Commit

Permalink
Update max value for controller port
Browse files Browse the repository at this point in the history
  • Loading branch information
PlGGS committed Apr 19, 2018
1 parent 43b65ce commit 57a9ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElDorito/Source/Modules/ModuleInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ namespace Modules

VarInputControllerPort = AddVariableInt("ControllerPort", "controllerport", "The port number of the player's controller.", eCommandFlagsArchived, 0);
VarInputControllerPort->ValueIntMin = 0;
VarInputControllerPort->ValueIntMax = 3;
VarInputControllerPort->ValueIntMax = 7;

AddCommand("Bind", "bind", "Binds a command to a key", eCommandFlagsArgsNoParse, CommandBind, { "key", "[+]command", "arguments" });
Patches::Input::RegisterDefaultInputHandler(KeyboardUpdated);
Expand Down

0 comments on commit 57a9ec1

Please sign in to comment.