Nowadays it is a saner default than 640x480.
Part of #15.
detail = 1;
ismotionblur = 0;
usermousesensitivity = 1;
- newscreenwidth = kContextWidth = 640;
- newscreenheight = kContextHeight = 480;
+ newscreenwidth = kContextWidth = 1024;
+ newscreenheight = kContextHeight = 768;
fullscreen = 0;
kBitsPerPixel = 32;
floatjump = 0;
if (detail < 0)
detail = 0;
if (screenwidth < 0)
- screenwidth = 640;
+ screenwidth = 1024;
if (screenheight < 0)
- screenheight = 480;
+ screenheight = 768;
return true;
}