From 8b93dd8dac51e28bb25ad341f594d21a955c3adb Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 18 Jul 2008 19:19:10 +0000 Subject: - bezpecnejsie prepiannie screenov ( uz sa to nedeje v event() daneho screenu aj ked to on vyvolal ) - do laveho horneho rohu s nevypisuju blbiny - moduly pouzivaju funkcie actionSpace a actionSpaceFromLocation - dane funkcie sa pouzivaju aj pri vykreslovani objektov - btw. je jedno kolko zeru tuxanci top, na kerneli-2.6.25.* to zralo X a na kerneli 2.6.26 to zere 2*X git-svn-id: http://opensvn.csie.org/tuxanci_ng@159 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/screen/screen_world.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/screen') diff --git a/src/screen/screen_world.c b/src/screen/screen_world.c index cbd5400..045adc2 100644 --- a/src/screen/screen_world.c +++ b/src/screen/screen_world.c @@ -20,7 +20,6 @@ #include "keytable.h" #include "layer.h" #include "image.h" -#include "term.h" #include "font.h" #include "panel.h" #include "radar.h" @@ -108,7 +107,7 @@ void countRoundInc() if( count >= max_count ) { - printf("count %d ending\n", count); + //printf("count %d ending\n", count); #ifndef NO_SOUND playSound("end", SOUND_GROUP_BASE); #endif @@ -185,7 +184,6 @@ void drawWorld() } } - drawTerm(); drawChat(); } @@ -478,10 +476,9 @@ void eventWorld() RADAR_TYPE_TUX); } - eventTerm(); eventEnd(); - eventEsc(); eventChat(); + eventEsc(); } void startWorld() @@ -495,7 +492,6 @@ void startWorld() initRadar(); initModule(); setGameType(); - initTerm(); initChat(); prepareArena(); } @@ -566,7 +562,6 @@ void stoptWorld() delAllMusicInGroup(MUSIC_GROUP_USER); #endif quitModule(); - quitTerm(); quitChat(); quitListID(); } -- cgit v1.2.3