Rev 4986 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4986 | Rev 4989 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #define MAXSAVEGAMES 10
|
40 | #define MAXSAVEGAMES 10
|
41 | #define MAXSAVEGAMENAME 22
|
41 | #define MAXSAVEGAMENAME 22
|
42 | #define MAXPWLOCKOUT 128
|
42 | #define MAXPWLOCKOUT 128
|
43 | #define MAXRTSNAME 128
|
43 | #define MAXRTSNAME 128
|
44 | 44 | ||
- | 45 | #if defined(GEKKO) || defined(__OPENDINGUX__)
|
|
- | 46 | # define VIEWSCREENFACTOR 0
|
|
- | 47 | #elif defined(__ANDROID__)
|
|
- | 48 | # define VIEWSCREENFACTOR 1
|
|
- | 49 | #else
|
|
- | 50 | # define VIEWSCREENFACTOR 2
|
|
- | 51 | #endif
|
|
- | 52 | ||
45 | enum GametypeFlags_t { |
53 | enum GametypeFlags_t { |
46 | GAMETYPE_COOP = 0x00000001, |
54 | GAMETYPE_COOP = 0x00000001, |
47 | GAMETYPE_WEAPSTAY = 0x00000002, |
55 | GAMETYPE_WEAPSTAY = 0x00000002, |
48 | GAMETYPE_FRAGBAR = 0x00000004, |
56 | GAMETYPE_FRAGBAR = 0x00000004, |
49 | GAMETYPE_SCORESHEET = 0x00000008, |
57 | GAMETYPE_SCORESHEET = 0x00000008, |