Now build pldnet.c
This commit is contained in:
parent
1aed07b16a
commit
7647c9d8af
7 changed files with 215 additions and 1222 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue