[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.163, 1.164 main.h,1.45,1.46
[email protected] Fri, 28 May 2004 22:30:03 +0200
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv16304/client Modified Files: atlantik.cpp main.h Log Message: actual fix against crashes on dev server Index: atlantik.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v retrieving revision 1.163 retrieving revision 1.164 diff -u -d -r1.163 -r1.164 --- atlantik.cpp 28 May 2004 18:15:35 -0000 1.163 +++ atlantik.cpp 28 May 2004 20:30:00 -0000 1.164 @@ -1,4 +1,4 @@ -// Copyright (c) 2002-2003 Rob Kaper <[email protected]> +// Copyright (c) 2002-2004 Rob Kaper <[email protected]> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -339,9 +339,6 @@ if (m_selectConfiguration) return; - if ( ! ( m_atlanticCore && m_atlanticCore->playerSelf() && m_atlanticCore->gameSelf() ) ) - return; - if (m_selectGame) { delete m_selectGame; Index: main.h =================================================================== RCS file: /home/kde/kdegames/atlantik/client/main.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- main.h 23 May 2004 00:45:18 -0000 1.45 +++ main.h 28 May 2004 20:30:00 -0000 1.46 @@ -18,7 +18,7 @@ #define ATLANTIK_MAIN_H #define ATLANTIK_VERSION 070 -#define ATLANTIK_VERSION_STRING "0.7.0 (CVS >= 20040523)" +#define ATLANTIK_VERSION_STRING "0.7.0 (CVS >= 20040528)" #define ATLANTIK_VERSION_MAJOR 0 #define ATLANTIK_VERSION_MINOR 7