Changeset 26 for trunk/Classes/mapgen_dialog.cpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/mapgen_dialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/mapgen_dialog.cpp
r4 r26 102 102 CVideo& screen = disp.video(); 103 103 104 #ifdef __IPAD__ 105 const int width = 600; 106 const int height = 400; 107 #else 104 108 const int width = 480;//600; 105 109 const int height = 320;//400; 110 #endif 106 111 const int xpos = screen.getx()/2 - width/2; 107 112 int ypos = 28;
Note: See TracChangeset
for help on using the changeset viewer.