mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-11 09:48:52 +00:00
new system for debug logs
This commit is contained in:
@@ -22,8 +22,8 @@ int PREC(ld x) {
|
||||
}
|
||||
|
||||
EX void showOverview() {
|
||||
cmode = sm::ZOOMABLE | sm::OVERVIEW;
|
||||
DEBBI(DF_GRAPH, ("show overview"));
|
||||
cmode = sm::ZOOMABLE | sm::OVERVIEW;
|
||||
indenter_finish dif(debug_graph, "show overview");
|
||||
|
||||
if(dialog::infix != "")
|
||||
mouseovers = dialog::infix;
|
||||
@@ -1254,7 +1254,7 @@ EX string gettimestamp(msginfo& m) {
|
||||
}
|
||||
|
||||
EX void showMessageLog() {
|
||||
DEBBI(DF_GRAPH, ("show message log"));
|
||||
indenter_finish dif(debug_graph, "showMessageLog");
|
||||
|
||||
int lines = vid.yres / vid.fsize - 2;
|
||||
int maxpos = isize(gamelog) - lines;
|
||||
|
||||
Reference in New Issue
Block a user