This hack probably is not needed anymore.

This commit is contained in:
Thilo Schulz 2008-03-27 02:42:17 +00:00
parent 9412316883
commit ccffb85185
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
//=============================================================================