mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Replaced event handling break system with key capturing
This commit is contained in:
@@ -295,7 +295,6 @@ void CSpellWindow::fLcornerb()
|
||||
setCurrentPage(currentPage - 1);
|
||||
}
|
||||
computeSpellsPerArea();
|
||||
GH.breakEventHandling();
|
||||
}
|
||||
|
||||
void CSpellWindow::fRcornerb()
|
||||
@@ -306,7 +305,6 @@ void CSpellWindow::fRcornerb()
|
||||
setCurrentPage(currentPage + 1);
|
||||
}
|
||||
computeSpellsPerArea();
|
||||
GH.breakEventHandling();
|
||||
}
|
||||
|
||||
void CSpellWindow::show(SDL_Surface * to)
|
||||
|
||||
Reference in New Issue
Block a user