Don't ignore return value of g_slist_append.

This commit is contained in:
jdolan 2013-05-03 02:59:10 -04:00
parent a269593afe
commit 1ec49a4a06

View file

@ -3060,8 +3060,7 @@ void RefreshModelSkin( GSList **pModels, entitymodel_t *model ){
#endif
// and also keeping it so we have an actual count of empty models
// jdolan: FIXME uhm, shouldn't we track the return value from this append?
g_slist_append( *pModels, model );
*pModels = g_slist_append( *pModels, model );
return;
}
// do we have this model already?