diff options
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r-- | src/gamemodifiers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h index 497622236..806b4c085 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -28,11 +28,9 @@ class GameModifiers final { public: - GameModifiers(); - A_DELETE_COPY(GameModifiers) - ~GameModifiers(); + static void init(); static void changeMode(unsigned *restrict const var, const unsigned limit, |