Update of /cvsroot/opentnl/tnl/zap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30262/zap
Modified Files:
UIMenus.cpp
Log Message:
Simple exit credits for now.
Index: UIMenus.cpp
===================================================================
RCS file: /cvsroot/opentnl/tnl/zap/UIMenus.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** UIMenus.cpp 27 Apr 2004 21:43:04 -0000 1.8
--- UIMenus.cpp 30 Apr 2004 06:57:39 -0000 1.9
***************
*** 29,32 ****
--- 29,33 ----
#include "UIGame.h"
#include "UIQueryServers.h"
+ #include "UICredits.h"
#include "game.h"
#include "gameType.h"
***************
*** 158,162 ****
break;
case 4:
! exit(0);
break;
}
--- 159,163 ----
break;
case 4:
! gCreditsUserInterface.activate();
break;
}
|