summaryrefslogtreecommitdiff
path: root/src/modules.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-05-28 19:25:15 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-05-28 19:25:15 +0000
commite5120505b21ff38dc25efcad129a440bbfa9996d (patch)
tree583e0683fb1f71f65bb81b0fcdf2e71587e1fe46 /src/modules.c
parentc94fd664bba352732bf0e5c9a77e709b49f1aa4f (diff)
- 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
Diffstat (limited to 'src/modules.c')
-rwxr-xr-xsrc/modules.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c
index 7a8f3cd..b5c87f0 100755
--- a/src/modules.c
+++ b/src/modules.c
@@ -47,7 +47,8 @@ static export_fce_t export_fce =
.fce_proto_send_newtux_server = proto_send_newtux_server,
.fce_proto_send_shot_server = proto_send_shot_server,
.fce_destroyShot = destroyShot,
- .fce_boundBombBall = boundBombBall
+ .fce_boundBombBall = boundBombBall,
+ .fce_transformOnlyLasser = transformOnlyLasser
};
static list_t *listModule;