X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux.cpp;h=46efc59ee861084bb1e8c5fe670377cc994c40e6;hb=ad4cc7039db0c05354df820cbd62f5ca7e651193;hp=06cbbe73302928ddeb0ad267c8f074e0c2461b8d;hpb=9599042661b468aae7bd34dca05441c0ebc93ad7;p=supertux.git diff --git a/src/supertux.cpp b/src/supertux.cpp index 06cbbe733..46efc59ee 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -51,7 +51,7 @@ int main(int argc, char * argv[]) Setup::parseargs(argc, argv); Setup::audio(); - Setup::video(800, 600); + Setup::video(screen_width, screen_height); Setup::joystick(); Setup::general(); st_menu();