From e5120505b21ff38dc25efcad129a440bbfa9996d Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 28 May 2008 19:25:15 +0000 Subject: - zrychlenie hry, bez toho aby sa menila rychlost hlavneho casovaca - oprava chyby v ID managery - ID manager spravuje ID-y pre vsetky objekty git-svn-id: http://opensvn.csie.org/tuxanci_ng@55 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- modules/modPipe.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/modPipe.c') diff --git a/modules/modPipe.c b/modules/modPipe.c index 6f000d8..476d8ec 100755 --- a/modules/modPipe.c +++ b/modules/modPipe.c @@ -193,6 +193,11 @@ static void transformShot(shot_t *shot, int position) shot->position = position; shot->isCanKillAuthor = TRUE; + + if( shot->gun == GUN_LASSER ) + { + export_fce->fce_transformOnlyLasser(shot); + } } static void moveShot(shot_t *shot, int position, int src_x, int src_y, -- cgit v1.2.3