mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-11 21:33:16 +00:00
allow larger letters
This commit is contained in:
parent
7c3c34c3d8
commit
fc283bd527
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user