From f36d20efd2eb3c429a626e1f446851558c192502 Mon Sep 17 00:00:00 2001 From: thilo Date: Thu, 27 Mar 2008 02:42:17 +0000 Subject: This hack probably is not needed anymore. git-svn-id: svn://svn.icculus.org/quake3/trunk@1283 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/renderer/tr_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/renderer/tr_model.c b/code/renderer/tr_model.c index 06d3475..07302e2 100644 --- a/code/renderer/tr_model.c +++ b/code/renderer/tr_model.c @@ -875,7 +875,7 @@ void RE_BeginRegistration( glconfig_t *glconfigOut ) { // NOTE: this sucks, for some reason the first stretch pic is never drawn // without this we'd see a white flash on a level load because the very // first time the level shot would not be drawn - RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0); +// RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0); } //============================================================================= -- cgit v1.2.3