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