mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
removed a call to rogueviz::processKey
This commit is contained in:
parent
508c63d731
commit
9a1ec47034
@ -426,10 +426,6 @@ void handleKeyNormal(int sym, int uni) {
|
||||
}
|
||||
|
||||
if(sym == SDLK_F1) gotoHelp(help);
|
||||
|
||||
#if CAP_ROGUEVIZ
|
||||
rogueviz::processKey(sym, uni);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool need_mouseh = false;
|
||||
|
@ -1778,8 +1778,6 @@ void showMenu() {
|
||||
};
|
||||
}
|
||||
|
||||
void processKey(int sym, int uni) { }
|
||||
|
||||
string makehelp() {
|
||||
string ret =
|
||||
"This is RogueViz, a visualization engine based on HyperRogue.\n\nUse WASD to move, v for menu.\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user