1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

exp_parser:: fixed a bug with ../

This commit is contained in:
Zeno Rogue 2020-05-15 11:53:30 +02:00
parent 4a8e3285c7
commit 78871fc736

View File

@ -376,6 +376,7 @@ cld exp_parser::parse(int prio) {
rest.back()[2] = parse(10);
rest.back()[3] = NO_DERIVATIVE;
second = true;
continue;
}
at += 2;
auto val = parse(10);