Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9228/include/sim
Modified Files:
Game.h
Log Message:
Index: Game.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Game.h 27 Mar 2006 01:08:30 -0000 1.67
--- Game.h 28 Mar 2006 23:58:03 -0000 1.68
***************
*** 78,84 ****
- #define SCREEN_XSIZE 1000
- #define SCREEN_YSIZE 720
- #define FONT_HEIGHT 50
#ifndef SCENARIO_PATH
--- 78,81 ----
***************
*** 203,210 ****
enum te3DSize
{
! MODE3D_SMALL = 0, ///< corner view
! MODE3D_MEDIUM = 1, ///< size of tactical map
! MODE3D_FULL = 2, ///< full screen
! MODE3D_START = 3 ///< mode for start screen display
};
enum teTacticalMapSize
--- 200,208 ----
enum te3DSize
{
! MODE3D_SMALL = 0, ///< corner view
! MODE3D_MEDIUM = 1, ///< size of tactical map
! MODE3D_FULL = 2, ///< full screen
! MODE3D_START = 3, ///< mode for start screen display
! MODE3D_DATABASE = 4 ///< mode for database viewer screen
};
enum teTacticalMapSize
|