fix a return type mismatch

This commit is contained in:
Bill Currie 2001-07-23 05:46:14 +00:00
parent 847b1eb040
commit 315d84dfa0

View file

@ -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