commit 41f9c8d5453100718434ec133fda0aa17afe5f6c
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Fri Nov 1 00:49:29 2013 +0000
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Fri Nov 1 00:49:29 2013 +0000
Proper output of randomparm's current value when passing through
D_CheckNetGame
Subversion-branch: /branches/v2-branch
Subversion-revision: 2738
---
src/strife/d_net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strife/d_net.c b/src/strife/d_net.c
index f2bfc629..065f74e1 100644
--- a/src/strife/d_net.c
+++ b/src/strife/d_net.c
@@ -271,7 +271,7 @@ void D_CheckNetGame(void)
}
DEH_printf("startmap: %i, skill: %i, enemies: %i, random: %i\n",
- startmap, startskill, !nomonsters, 0 /* ??? */);
+ startmap, startskill, !nomonsters, randomparm);
DEH_printf("player %i of %i (%i nodes)\n",