Browse Source

Removed unnecessary additions to master game command list.

pull/3/head
JustinAJ 10 years ago
parent
commit
0910dd0f59
  1. BIN
      Release/Plugins/RenX.Core.lib
  2. 2
      RenX.Core/RenX_GameCommand.cpp

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

2
RenX.Core/RenX_GameCommand.cpp

@ -23,7 +23,7 @@ Jupiter::ArrayList<RenX::GameCommand> *RenX::GameMasterCommandList = &_GameMaste
RenX::GameCommand::GameCommand(const RenX::GameCommand &command)
{
RenX::GameMasterCommandList->add(this);
//RenX::GameMasterCommandList->add(this);
}
RenX::GameCommand::GameCommand()

Loading…
Cancel
Save