mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-05 08:13:01 +00:00
exp_parser:: fixed a bug with ../
This commit is contained in:
1
util.cpp
1
util.cpp
@@ -376,6 +376,7 @@ cld exp_parser::parse(int prio) {
|
|||||||
rest.back()[2] = parse(10);
|
rest.back()[2] = parse(10);
|
||||||
rest.back()[3] = NO_DERIVATIVE;
|
rest.back()[3] = NO_DERIVATIVE;
|
||||||
second = true;
|
second = true;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
at += 2;
|
at += 2;
|
||||||
auto val = parse(10);
|
auto val = parse(10);
|
||||||
|
|||||||
Reference in New Issue
Block a user