* Some game bug fixes from http://www.quake3world.com/ubb/Forum4/HTML/006208.html
This commit is contained in:
parent
317d40b046
commit
82f7989714
3 changed files with 29 additions and 4 deletions
|
@ -323,7 +323,7 @@ static void CG_ConfigStringModified( void ) {
|
|||
cg.intermissionStarted = atoi( str );
|
||||
} else if ( num >= CS_MODELS && num < CS_MODELS+MAX_MODELS ) {
|
||||
cgs.gameModels[ num-CS_MODELS ] = trap_R_RegisterModel( str );
|
||||
} else if ( num >= CS_SOUNDS && num < CS_SOUNDS+MAX_MODELS ) {
|
||||
} else if ( num >= CS_SOUNDS && num < CS_SOUNDS+MAX_SOUNDS ) {
|
||||
if ( str[0] != '*' ) { // player specific sounds don't register here
|
||||
cgs.gameSounds[ num-CS_SOUNDS] = trap_S_RegisterSound( str, qfalse );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue