mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
ads:: fixed keyboard control in the de Sitter game
This commit is contained in:
@@ -335,7 +335,7 @@ void ds_fire() {
|
||||
}
|
||||
|
||||
bool ds_turn(int idelta) {
|
||||
multi::handleInput(idelta);
|
||||
multi::handleInput(idelta, scfg_ads);
|
||||
ld delta = idelta / 1000.;
|
||||
|
||||
if(!(cmode & sm::NORMAL)) return false;
|
||||
|
Reference in New Issue
Block a user