From 20ecf36f401adad01cc5ff67e411c596a8b523d5 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sat, 22 Mar 2008 22:13:43 +0000 Subject: - oprava chyby, client ktory checkuje status moze zhodit server - oprava chyby s minami, v sietovom multiplayeri - server si kontroluje cas kedy naposledy komunikval s clientom po kazdom prijati datagramu, nie iba po kazdom datagrame s pingom - bod sa pripocitava aj tuxovy, ktory dal do areny minu a vybuch s miny odpalenej strielov zabyje niekho ineho ako je on - drobne upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@32 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/screen_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_world.c') diff --git a/src/screen_world.c b/src/screen_world.c index 49d94ac..a1ef1c1 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -97,7 +97,7 @@ void countRoundInc() } count++; - printf("count %d\n", count); + printf("count = %d\n", count); if( count >= max_count ) { -- cgit v1.2.3