mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 08:27:39 +00:00
nilrider:: now using multi::get_actions()
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user