1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

Fix some compiler errors and a mistake in config.cpp.

This commit is contained in:
Arthur O'Dwyer
2022-07-01 14:04:45 -04:00
parent 2486937720
commit 48800f58f8
3 changed files with 5 additions and 5 deletions

View File

@@ -447,7 +447,7 @@ struct debugScreen {
dialog::addBack();
dialog::display();
keyhandler = [this, what] (int sym, int uni) {
keyhandler = [this] (int sym, int uni) {
handlePanning(sym, uni);
dialog::handleNavigation(sym, uni);
if(applyCheat(uni)) ;