- Duke: Remove duplicated call to SetupGameButtons() that's done globally in RunGame().

This commit is contained in:
Mitchell Richters 2023-03-18 09:09:16 +11:00
parent a45890e064
commit b07732bae4

View file

@ -402,7 +402,6 @@ void GameInterface::app_init()
//Net_SendClientInfo();
setupbackdrop();
SetupGameButtons();
InitCheats();
checkcommandline();
registerosdcommands();