summaryrefslogtreecommitdiff
path: root/src/modules.c
diff options
context:
space:
mode:
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;