Added the runtime fullscreen options.

This commit is contained in:
2004-07-17 00:48:59 +00:00
parent b16d1c7bde
commit d5585a3589
2 changed files with 37 additions and 11 deletions

View File

@@ -212,8 +212,8 @@ int main(int argc, char** argv)
int i;
bool error = false;
SYS_SystemHandle syshandle = SYS_GetSystem();
bool fullScreen = true;
bool fullScreenParFound = true;
bool fullScreen = false;
bool fullScreenParFound = false;
bool windowParFound = false;
bool closeConsole = true;
int stereomode = RAS_IRasterizer::RAS_STEREO_NOSTEREO;