X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sdl_gui.c;h=ca3bcc1f2b15cd3921af3b6647b3bdcf3f3337f3;hp=97d0573a8e3b455a95e26139a9c1ee30c30682e8;hb=df3c03e72911edb31e7f1e32ebe29dad063e3b70;hpb=5300484cb626468430d74d7b2c11387e1e9630d0 diff --git a/sdl_gui.c b/sdl_gui.c index 97d0573a..ca3bcc1f 100644 --- a/sdl_gui.c +++ b/sdl_gui.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Andre Noll + * Copyright (C) 2003-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -743,6 +743,7 @@ int main(int argc, char *argv[]) SDLKey sym; sdl_gui_cmdline_parser(argc, argv, &args_info); + HANDLE_VERSION_FLAG("sdl_gui", args_info); ret = configfile_exists(); // printf("w=%i,h=%i,ret=%i, cf=%s\n", width, height, ret, args_info.config_file_arg);