diff options
author | Simon Howard | 2009-06-13 15:36:20 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-13 15:36:20 +0000 |
commit | d91e3e86736f710265629e56dc77c1dec0b425e7 (patch) | |
tree | 96a63dc34618bbdc6700b2bba4bb5d35cb4aa898 /src/heretic | |
parent | 0f5de61b743fdf05335436c1c71b4b488870483f (diff) | |
parent | d4863b4c4ac47766b5fd3b8b0949be7af792e3d0 (diff) | |
download | chocolate-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.c | 2 |
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(); |