Screens are getting bigger... make 64x64 the maximum scaled tile size.

This commit is contained in:
warwick
2002-04-03 08:09:47 +00:00
parent 63262053ee
commit 7ca75f5806

View File

@@ -591,8 +591,8 @@ static const char * cast_c_xpm[] = {
" . XX "};
NetHackQtSettings::NetHackQtSettings(int w, int h) :
tilewidth(TILEWMIN,32,1,this),
tileheight(TILEHMIN,32,1,this),
tilewidth(TILEWMIN,64,1,this),
tileheight(TILEHMIN,64,1,this),
widthlbl(&tilewidth,"&Width:",this),
heightlbl(&tileheight,"&Height:",this),
fontsize(this),