mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
Merge pull request #9007 from PsiOmegaDelta/Initialize
Removes the need for spawn() in New() procs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user