diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1e8b069d1..e7b97fa18 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ D1X-Rebirth Changelog +20080314 +-------- +main/network.c: add prototype for show_game_stats to remove warning + 20080313 -------- main/render.c: fix potential bug where show_reticle parameters mismatch diff --git a/main/network.c b/main/network.c index f755715fa..e7cf78e9e 100644 --- a/main/network.c +++ b/main/network.c @@ -3180,6 +3180,8 @@ int network_do_join_game(int choice) return 1; // look ma, we're in a game!!! } +int show_game_stats(int choice); + void network_join_game() { int choice, i;