1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-01 03:39:16 +00:00

arbi:: debug messages for let commands with DF_GEOM

This commit is contained in:
Zeno Rogue 2020-04-29 15:10:07 +02:00
parent 52bd8f12f6
commit c488599745

View File

@ -202,6 +202,8 @@ EX void load(const string& fname) {
string tok = ep.next_token();
ep.force_eat("=");
ep.extra_params[tok] =ep.parsepar();
if(debugflags & DF_GEOM)
println(hlog, "let ", tok, " = ", real(ep.extra_params[tok]));
}
else if(ep.eat("unittile(")) {
c.shapes.emplace_back();