Merge pull request #9007 from PsiOmegaDelta/Initialize

Removes the need for spawn() in New() procs.
This commit is contained in:
Chinsky
2015-04-30 21:12:06 +03:00
15 changed files with 35 additions and 68 deletions

View File

@@ -1,5 +1,10 @@
#define DEBUG
#define GAME_STATE_PREGAME 1
#define GAME_STATE_SETTING_UP 2
#define GAME_STATE_PLAYING 3
#define GAME_STATE_FINISHED 4
// Math constants.
#define M_E 2.71828183
#define M_PI 3.14159265