committing after hiatus from code...

This commit is contained in:
Jamie Allen
2013-01-24 11:02:27 +01:00
parent 7e422dca80
commit e4ab292347
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ int main() {
bool fullscreen;
fullscreen = true;
//fullscreen = false;
//fullscreen = true;
fullscreen = false;
cout << "> display configuration" << endl;
cout << "* fullscreen: " << (fullscreen ? "yes" : "no") << endl;