mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
nilrider:: now using multi::get_actions()
This commit is contained in:
parent
5a13f629d1
commit
f82043e87e
@ -34,7 +34,7 @@ void frame() {
|
||||
bool turn(int delta) {
|
||||
if(planning_mode && !view_replay) return false;
|
||||
|
||||
multi::handleInput(0);
|
||||
multi::get_actions();
|
||||
auto& a = multi::actionspressed;
|
||||
auto& la = multi::lactionpressed;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user