summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 01:33:45 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 01:33:45 +0200
commitb4ebdcf0622ce297704887cf0d653079a1fbcf1e (patch)
tree0cb030bb5f343054305179c2161dd904e2140822 /src/main.h
parente36861eaef6f178543bd1029809da3ce1bab0e55 (diff)
downloadmana-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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main.h b/src/main.h
index ca5969d0..4f29425f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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;