1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-08 06:59:55 +00:00

ads:: fixed keyboard control in the de Sitter game

This commit is contained in:
Zeno Rogue 2024-06-25 17:11:17 +02:00
parent a8ade534b9
commit 8d7e46d8af

View File

@ -335,7 +335,7 @@ void ds_fire() {
} }
bool ds_turn(int idelta) { bool ds_turn(int idelta) {
multi::handleInput(idelta); multi::handleInput(idelta, scfg_ads);
ld delta = idelta / 1000.; ld delta = idelta / 1000.;
if(!(cmode & sm::NORMAL)) return false; if(!(cmode & sm::NORMAL)) return false;