Skip to content

Commit 8dca54e

Browse files
authored
Merge pull request #282 from MadDeCoDeR/frappedia
Merge latest commit by the Admin
2 parents 1086bbb + 0eb3fbd commit 8dca54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/sound/snd_system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ idCVar s_maxSamples( "s_maxSamples", "5", CVAR_INTEGER, "max samples to load per
4747
idCVar s_useXAudio2("s_useXAudio2", "0", CVAR_BOOL | CVAR_SYSTEM | CVAR_ARCHIVE, "set in order to use XAudio 2");
4848
#endif
4949

50-
idCVar preLoad_Samples( "preLoad_Samples", "1", CVAR_SYSTEM | CVAR_BOOL, "preload samples during beginlevelload" );
50+
idCVar preLoad_Samples( "preLoad_Samples", "0", CVAR_SYSTEM | CVAR_BOOL, "preload samples during beginlevelload" );
5151

5252
extern idCVar s_device;
5353
extern idCVar com_pause;

0 commit comments

Comments
 (0)