]> icculus.org git repositories - divverent/darkplaces.git/commit
fix a crash reported by Lardarse when using more skin textures for a
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Apr 2007 08:03:27 +0000 (08:03 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 17 Apr 2007 08:03:27 +0000 (08:03 +0000)
commit32e828d5ecef847a80dcc44350a55df1220cce95
tree6e833e8604c065d4e741450c95dfee8739a6f6d9
parente5c9500045324334c9b3a03f7b7e9e80957857b7
fix a crash reported by Lardarse when using more skin textures for a
.mdl model than skins exist in the model, this was caused by texture_t
containing pointers to itself that were broken by the reallocation of
the array

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7113 d7cf8633-e32d-0410-b094-e92efae38249
model_alias.c