mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-12 19:53:00 +00:00
rogueviz::ads:: sharing the general keys
This commit is contained in:
@@ -334,7 +334,7 @@ void ds_fire() {
|
||||
}
|
||||
|
||||
bool ds_turn(int idelta) {
|
||||
multi::handleInput(idelta, scfg_ads);
|
||||
multi::handleInput(idelta, multi::scfg_default);
|
||||
ld delta = idelta / 1000.;
|
||||
|
||||
if(!(cmode & sm::NORMAL)) return false;
|
||||
|
||||
Reference in New Issue
Block a user