Screens are getting bigger... make 64x64 the maximum scaled tile size.
This commit is contained in:
+2
-2
@@ -591,8 +591,8 @@ static const char * cast_c_xpm[] = {
|
|||||||
" . XX "};
|
" . XX "};
|
||||||
|
|
||||||
NetHackQtSettings::NetHackQtSettings(int w, int h) :
|
NetHackQtSettings::NetHackQtSettings(int w, int h) :
|
||||||
tilewidth(TILEWMIN,32,1,this),
|
tilewidth(TILEWMIN,64,1,this),
|
||||||
tileheight(TILEHMIN,32,1,this),
|
tileheight(TILEHMIN,64,1,this),
|
||||||
widthlbl(&tilewidth,"&Width:",this),
|
widthlbl(&tilewidth,"&Width:",this),
|
||||||
heightlbl(&tileheight,"&Height:",this),
|
heightlbl(&tileheight,"&Height:",this),
|
||||||
fontsize(this),
|
fontsize(this),
|
||||||
|
|||||||
Reference in New Issue
Block a user