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:
parent
52bd8f12f6
commit
c488599745
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user