X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.cpp;h=a3de3253f82d65f00f7bc93b178a53516f7f0ee7;hb=07ddaed2a657e4d2a3d038fed223fc5827159caf;hp=1e753b24d954f06c300817b6890453801934961e;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/gameconfig.cpp b/src/gameconfig.cpp index 1e753b24d..a3de3253f 100644 --- a/src/gameconfig.cpp +++ b/src/gameconfig.cpp @@ -1,7 +1,7 @@ -// $Id: configfile.cpp 2212 2004-11-28 14:57:45Z matzebraun $ +// $Id$ // // SuperTux - A Jump'n Run -// Copyright (C) 2004 Michael George +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -23,8 +23,6 @@ #include #include #include -#include -#include #include "lisp/parser.hpp" #include "lisp/lisp.hpp" @@ -45,7 +43,6 @@ Config::Config() screenwidth = 800; screenheight = 600; - use_gl = true; } Config::~Config()