mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
allow larger letters
This commit is contained in:
@@ -677,7 +677,7 @@ EX bool displaystr(int x, int y, int shift, int size, const char *str, color_t c
|
||||
|
||||
if(strlen(str) == 0) return false;
|
||||
|
||||
if(size < 4 || size > 255) {
|
||||
if(size < 4 || size > 2000) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user