add prototype for show_game_stats to remove warning

This commit is contained in:
kreatordxx 2008-03-14 11:22:40 +00:00
parent 7ca570a8b6
commit d21385cede
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog D1X-Rebirth Changelog
20080314
--------
main/network.c: add prototype for show_game_stats to remove warning
20080313 20080313
-------- --------
main/render.c: fix potential bug where show_reticle parameters mismatch main/render.c: fix potential bug where show_reticle parameters mismatch

View file

@ -3180,6 +3180,8 @@ int network_do_join_game(int choice)
return 1; // look ma, we're in a game!!! return 1; // look ma, we're in a game!!!
} }
int show_game_stats(int choice);
void network_join_game() void network_join_game()
{ {
int choice, i; int choice, i;