Source release for DOOM Classic for iOS version 2.1

This commit is contained in:
Travis Bradshaw
2012-01-31 16:40:40 -06:00
parent 0cdbbdf96e
commit 3bf2af22f3
371 changed files with 167116 additions and 776 deletions

View File

@@ -377,7 +377,7 @@ void gld_Init(int width, int height)
glViewport(0, 0, SCREENWIDTH, SCREENHEIGHT);
glClearColor(0.0f, 0.5f, 0.5f, 1.0f);
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
glClearDepth(1.0f);
glGetIntegerv(GL_MAX_TEXTURE_SIZE,&gld_max_texturesize);