mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 15:39:55 +00:00
removed debug spam
This commit is contained in:
parent
ce09e4910e
commit
3da7e4c020
@ -5936,7 +5936,6 @@ EX void drawscreen() {
|
|||||||
if(nohelp != 1) {
|
if(nohelp != 1) {
|
||||||
int size = vid.fsize;
|
int size = vid.fsize;
|
||||||
while(size > 3 && textwidth(size, mouseovers) > vid.xres) size--;
|
while(size > 3 && textwidth(size, mouseovers) > vid.xres) size--;
|
||||||
println(hlog, "mouseovers size changed from ", vid.fsize, " to ", size);
|
|
||||||
displayfr(vid.xres/2, vid.fsize, 2, size, mouseovers, col, 8);
|
displayfr(vid.xres/2, vid.fsize, 2, size, mouseovers, col, 8);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user