diff options
| author | r4tss <[email protected]> | 2021-03-10 11:05:29 +0100 |
|---|---|---|
| committer | r4tss <[email protected]> | 2021-03-10 11:05:29 +0100 |
| commit | cd2b5d140c692481862f25f7c2161dc686dbad1b (patch) | |
| tree | 8a157d2031ed62a4211aaa32a9301c89b06873a0 /nships.c | |
| parent | fe4ad02c13e2bbdc2eb1a6afa309a7d8f2ec3c97 (diff) | |
Server is functional now and ready to be implemented into the game
Diffstat (limited to 'nships.c')
| -rw-r--r-- | nships.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,5 +75,5 @@ int menu(int y, int x, int h, int w, int aLen, char it[][15], char title) int main() { - + hostGame(); } |
