Fixes a slight defect in _GFXInitialGetInitialRes() as discussed by #740. The function originally took an initialSize parameter that was unused and also defined some consts to setup default video mode settings, all of which are ignored/immediately overwritten by the call to parseFromString() which sets the defaults based on $pref::Video::mode.
In the event that $pref::Video:;mode doesn't exist, the engine will simply use the defaults values set by the GFXVideoMode constructor.
Fixes a slight defect in _GFXInitialGetInitialRes() as discussed by #740. The function originally took an initialSize parameter that was unused and also defined some consts to setup default video mode settings, all of which are ignored/immediately overwritten by the call to parseFromString() which sets the defaults based on $pref::Video::mode.
In the event that $pref::Video:;mode doesn't exist, the engine will simply use the defaults values set by the GFXVideoMode constructor.