Now build pldnet.c

This commit is contained in:
Steven Fuller 2001-10-05 17:28:34 +00:00 committed by Patryk Obara
parent 1aed07b16a
commit 7647c9d8af
7 changed files with 215 additions and 1222 deletions

View file

@ -117,9 +117,8 @@ int InitialiseWindowsSystem()
glPolygonMode(GL_BACK, GL_FILL);
glDisable(GL_CULL_FACE);
/*
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
*/
return 0;
}
@ -764,8 +763,6 @@ int main(int argc, char *argv[])
*/
RestartLevel();
}
// break; /* TODO -- remove when loop works */
}
AvP.LevelCompleted = thisLevelHasBeenCompleted;