X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_shared.h;h=d1d11e2355fdecfd21cf07625b2b046a0dde1bcc;hp=92a42aeebe2b2b58a4ff252d231ce3e562e00600;hb=c52671284173a371278559b3475010f233d8e2c9;hpb=001d104997b586527d7292c6bc436c1da2ae28a4 diff --git a/model_shared.h b/model_shared.h index 92a42aee..d1d11e23 100644 --- a/model_shared.h +++ b/model_shared.h @@ -540,7 +540,7 @@ extern rtexture_t *mod_shared_detailtextures[NUM_DETAILTEXTURES]; // every texture must be in a pool... extern rtexturepool_t *mod_shared_texturepool; -extern rtexture_t *mod_shared_distorttexture; +extern rtexture_t *mod_shared_distorttexture[64]; // model loading extern model_t *loadmodel;