1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

nilrider:: now using multi::get_actions()

This commit is contained in:
Zeno Rogue 2022-05-01 16:43:55 +02:00
parent 5a13f629d1
commit f82043e87e

View File

@ -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;