QS might crash in a couple of places if a func_t is negative. Lets prevent that from ever being true.

This commit is contained in:
Shpoike 2021-03-28 12:14:52 +01:00
parent 4e0dcb2f8d
commit 32e6191f3f

View file

@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// this file is shared by quake and qcc
typedef int func_t;
typedef unsigned int func_t;
typedef int string_t;
typedef enum