HYPNO: disabled saving dialog while in menu in spider

This commit is contained in:
neuromancer 2022-01-17 19:21:34 +01:00
parent a9ad4e08fe
commit c3df05dd12

View File

@ -215,7 +215,8 @@ void HypnoEngine::runWalN(WalN *a) {
}
void HypnoEngine::runSave(Save *a) {
saveGameDialog();
// TODO: enable this when saving in the main menu is available
//saveGameDialog();
}
void HypnoEngine::runLoad(Load *a) {