From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 27 Jun 2011 02:15:09 +0000 (+0000)
Subject: fix the solid water bug for real
X-Git-Tag: xonotic-v0.6.0~163^2~328
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b32e6e3114c2bcbe6737cbacd1e66f912b2340ab;p=xonotic%2Fdarkplaces.git

fix the solid water bug for real


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

diff --git a/model_shared.c b/model_shared.c
index 5257863d..d4021ee0 100644
--- a/model_shared.c
+++ b/model_shared.c
@@ -2525,6 +2525,7 @@ nothing                GL_ZERO GL_ONE
 		if(cls.state == ca_dedicated)
 		{
 			texture->skinframes[0] = NULL;
+			success = false;
 		}
 		else
 		{