1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-19 08:11:22 +00:00

added descriptive messages to hr_exception when missing

This commit is contained in:
Zeno Rogue
2025-10-08 21:21:32 +02:00
parent 2b9a068ddc
commit 2836a4c27b
3 changed files with 3 additions and 3 deletions

View File

@@ -1683,7 +1683,7 @@ EX namespace hybrid {
});
return spin(alpha) * twist::uxpush(tf) * twist::uypush(he) * twist::uzpush(lev) * C0;
#else
throw hr_exception();
throw hr_exception("get_corner but MAXMDIM<4");
#endif
}
}