From d21385cede408e0525cc2a4ec9adfc79aace9194 Mon Sep 17 00:00:00 2001 From: kreatordxx <> Date: Fri, 14 Mar 2008 11:22:40 +0000 Subject: [PATCH] add prototype for show_game_stats to remove warning --- CHANGELOG.txt | 4 ++++ main/network.c | 2 ++ 2 files changed, 6 insertions(+) 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;