diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -119,15 +119,6 @@ enum { LEN_MIN_PASSWORD = 4 }; -// Default game values -// ------------------- -// Screen -const short defaultScreenWidth = 800; -const short defaultScreenHeight = 600; -// Sound -const short defaultSfxVolume = 100; -const short defaultMusicVolume = 60; - // Defines the number of usable player slots const short maxSlot = 2; |