equal
deleted
inserted
replaced
64 -(void) dimOverlay; |
64 -(void) dimOverlay; |
65 -(void) activateOverlay; |
65 -(void) activateOverlay; |
66 |
66 |
67 @end |
67 @end |
68 |
68 |
69 // understands when the loading screen is done |
69 // actual game started (controls should be enabled) |
70 BOOL isGameRunning; |
70 BOOL isGameRunning; |
|
71 void setGameRunning(BOOL value); |
|
72 // black screen present |
|
73 BOOL isReplay; |
71 // cache the grenade time |
74 // cache the grenade time |
72 NSInteger cachedGrenadeTime; |
75 NSInteger cachedGrenadeTime; |