diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 01:33:45 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-10 01:33:45 +0200 |
commit | b4ebdcf0622ce297704887cf0d653079a1fbcf1e (patch) | |
tree | 0cb030bb5f343054305179c2161dd904e2140822 /src/main.h | |
parent | e36861eaef6f178543bd1029809da3ce1bab0e55 (diff) | |
download | mana-b4ebdcf0622ce297704887cf0d653079a1fbcf1e.tar.gz mana-b4ebdcf0622ce297704887cf0d653079a1fbcf1e.tar.bz2 mana-b4ebdcf0622ce297704887cf0d653079a1fbcf1e.tar.xz mana-b4ebdcf0622ce297704887cf0d653079a1fbcf1e.zip |
Introduced a Desktop widget to handle the wallpaper
Cleans up main.cpp a little.
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; |