summaryrefslogtreecommitdiff
path: root/src/heretic
diff options
context:
space:
mode:
authorSimon Howard2009-06-13 15:36:20 +0000
committerSimon Howard2009-06-13 15:36:20 +0000
commitd91e3e86736f710265629e56dc77c1dec0b425e7 (patch)
tree96a63dc34618bbdc6700b2bba4bb5d35cb4aa898 /src/heretic
parent0f5de61b743fdf05335436c1c71b4b488870483f (diff)
parentd4863b4c4ac47766b5fd3b8b0949be7af792e3d0 (diff)
downloadchocolate-doom-d91e3e86736f710265629e56dc77c1dec0b425e7.tar.gz
chocolate-doom-d91e3e86736f710265629e56dc77c1dec0b425e7.tar.bz2
chocolate-doom-d91e3e86736f710265629e56dc77c1dec0b425e7.zip
Merge from trunk.
Subversion-branch: /branches/raven-branch Subversion-revision: 1601
Diffstat (limited to 'src/heretic')
-rw-r--r--src/heretic/d_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index d501c496..10f5fd3e 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -737,6 +737,8 @@ void D_BindVariables(void)
extern int snd_Channels;
int i;
+ M_ApplyPlatformDefaults();
+
I_BindVideoVariables();
I_BindJoystickVariables();
I_BindSoundVariables();