Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/mapgen_dialog.cpp

    r4 r26  
    102102    CVideo& screen = disp.video(); 
    103103 
     104#ifdef __IPAD__ 
     105    const int width = 600; 
     106    const int height = 400; 
     107#else 
    104108    const int width = 480;//600; 
    105109    const int height = 320;//400; 
     110#endif 
    106111    const int xpos = screen.getx()/2 - width/2; 
    107112    int ypos = 28; 
Note: See TracChangeset for help on using the changeset viewer.