mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Remove largely unused defActions member from CIntObject
This commit is contained in:
@ -325,7 +325,6 @@ void AdventureMapShortcuts::toMainMenu()
|
||||
[]()
|
||||
{
|
||||
CSH->endGameplay();
|
||||
GH.defActionsDef = 63;
|
||||
CMM->menu->switchToTab("main");
|
||||
},
|
||||
0
|
||||
@ -339,7 +338,6 @@ void AdventureMapShortcuts::newGame()
|
||||
[]()
|
||||
{
|
||||
CSH->endGameplay();
|
||||
GH.defActionsDef = 63;
|
||||
CMM->menu->switchToTab("new");
|
||||
},
|
||||
nullptr
|
||||
|
Reference in New Issue
Block a user