I don't know if anyone has already noticed that bug but when you select display mode, there always missing the last one (the best one !).
I've corrected that bug :
winmain.cpp => in function EnumerateDisplayModes() the line
modes->resize(keepIter - modes->begin());
shoulb be
modes->resize(keepIter - modes->begin() + 1);
Finally I wan run fullscreen in 1280*1024*32 !!! (for my monitor of course)
Display Mode
Re: Display Mode
Has any developer confirmed this bug and fix, or added it to the CVS?
-Don G.
-Don G.
I've seen the bug and applied the fix to my working copy, it works, thanks Kendrix.
Marc Griffith http://mostlyharmless.sf.net