int FileEOF(int file)
// Read until end of file, or until the max players // allowed has been met, whichever comes first. while (!FileEOF(f) && i < MAX_PLAYER_COUNT) { player[i].hp = FileReadQuad(f); i++; }
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |