mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-23 20:52:29 +00:00
fix a return type mismatch
This commit is contained in:
parent
847b1eb040
commit
315d84dfa0
1 changed files with 2 additions and 2 deletions
4
often.qc
4
often.qc
|
@ -310,7 +310,7 @@ string (float tno) TeamGetNiceColor =
|
|||
if (tno == 4)
|
||||
return "3 11";
|
||||
|
||||
return 0;
|
||||
return "";
|
||||
};
|
||||
|
||||
float (float tno, float theColor ) IsValidTopColor =
|
||||
|
@ -1251,4 +1251,4 @@ void(entity player) SwitchFromCamera =
|
|||
|
||||
*/
|
||||
|
||||
// hola
|
||||
// hola
|
||||
|
|
Loading…
Reference in a new issue