mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 07:27:07 +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) {
|
bool turn(int delta) {
|
||||||
if(planning_mode && !view_replay) return false;
|
if(planning_mode && !view_replay) return false;
|
||||||
|
|
||||||
multi::handleInput(0);
|
multi::get_actions();
|
||||||
auto& a = multi::actionspressed;
|
auto& a = multi::actionspressed;
|
||||||
auto& la = multi::lactionpressed;
|
auto& la = multi::lactionpressed;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user