diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-18 19:19:10 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-18 19:19:10 +0000 |
| commit | 8b93dd8dac51e28bb25ad341f594d21a955c3adb (patch) | |
| tree | e04e9ea1d2d9b57c77617614283fc8756c96d53c /src/screen | |
| parent | a5a03e684b5ed3e8781ce30e5ffd4f73b59c3e97 (diff) | |
- 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
Diffstat (limited to 'src/screen')
| -rw-r--r-- | src/screen/screen_world.c | 9 |
1 files changed, 2 insertions, 7 deletions
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(); } |