diff options
| author | oy <Tom_Adams@web.de> | 2011-02-27 17:56:03 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-27 17:56:03 +0100 |
| commit | 0bc13c91ebcc6404fc67e079e5a9acad10176c98 (patch) | |
| tree | c3b1e1cd155fc62fba0555a8d3549cccc6986db4 /src/game/variables.h | |
| parent | d9ce7203871cea0046144bce175df5bf1d7fcc19 (diff) | |
| download | zcatch-0bc13c91ebcc6404fc67e079e5a9acad10176c98.tar.gz zcatch-0bc13c91ebcc6404fc67e079e5a9acad10176c98.zip | |
made cl_threadsoundloading work again
Diffstat (limited to 'src/game/variables.h')
| -rw-r--r-- | src/game/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.h b/src/game/variables.h index 0621f6af..de4699a0 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -15,7 +15,7 @@ MACRO_CONFIG_INT(ClAutoswitchWeapons, cl_autoswitch_weapons, 0, 0, 1, CFGFLAG_CL MACRO_CONFIG_INT(ClShowfps, cl_showfps, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Show ingame FPS counter") MACRO_CONFIG_INT(ClAirjumpindicator, cl_airjumpindicator, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "") -MACRO_CONFIG_INT(ClThreadsoundloading, cl_threadsoundloading, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "") +MACRO_CONFIG_INT(ClThreadsoundloading, cl_threadsoundloading, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Load sound files threaded") MACRO_CONFIG_INT(ClWarningTeambalance, cl_warning_teambalance, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Warn about team balance") |