X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake3%2Fq3data%2Fpolyset.c;h=fcfc52a93d4d2fa0ad4f7b04e6a836c5bac86784;hp=3b6433b7342d0d2d7583ea1ccf8be541b1f83277;hb=043d08127ab87117ddfd16e8b439f47c6b66a87f;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225 diff --git a/tools/quake3/q3data/polyset.c b/tools/quake3/q3data/polyset.c index 3b6433b7..fcfc52a9 100644 --- a/tools/quake3/q3data/polyset.c +++ b/tools/quake3/q3data/polyset.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1999-2006 Id Software, Inc. and contributors. + Copyright (C) 1999-2007 id Software, Inc. and contributors. For a list of contributors, see the accompanying CONTRIBUTORS file. This file is part of GtkRadiant. @@ -89,6 +89,7 @@ polyset_t *Polyset_LoadSets( const char *file, int *numpolysets, int maxTrisPerS } else{ Error( "TRI files no longer supported" ); + return NULL; } // TRI_LoadPolysets( file, &psets, numpolysets );