1
0
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:
Zeno Rogue
2025-02-08 13:22:56 +01:00
parent dae3bbf3d5
commit 41ac03e347
4 changed files with 12 additions and 28 deletions

View File

@@ -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;