X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_spri.c;h=5c24d89ba633716da36fc9bfaab9897deb099985;hb=6c9e6f3b81c3daae1085654eeb822d1fb6c1db74;hp=251bad5b22ac1896690a2dbe0d0cabb93316726f;hpb=3ad667193b2905bcf70aa1c628d276fa968a757d;p=16.git diff --git a/src/lib/16_spri.c b/src/lib/16_spri.c index 251bad5b..5c24d89b 100755 --- a/src/lib/16_spri.c +++ b/src/lib/16_spri.c @@ -22,6 +22,8 @@ #include "src/lib/16_spri.h" +struct glob_game_vars *ggvv; + char* get_curr_anim_name(struct sprite *spri) { // Retrive animation name list @@ -197,7 +199,11 @@ void animate_spri(entity_t *enti, video_t *video) ); #endif #ifdef __DEBUG_SPRI__ - if(dbg_delayanimation) delay(250);//{ while(!IN_KeyDown(sc_Space)/* && !IN_KeyDown(sc_Escape)*/){} delay(250); } +// if(ggvv->player[0].enti.q<5) + if(dbg_delayanimation) + { + IN_Ack(ggvv);// delay(250);//{ while(!IN_KeyDown(sc_Space)/* && !IN_KeyDown(sc_Escape)*/){} delay(250); } + } #endif if(!video->vga_state.rss) {