summaryrefslogtreecommitdiff
path: root/src/shared/igame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/igame.h')
-rw-r--r--src/shared/igame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/igame.h b/src/shared/igame.h
index 0bb91c7..32ccb3b 100644
--- a/src/shared/igame.h
+++ b/src/shared/igame.h
@@ -47,7 +47,7 @@ namespace game
extern void updateworld();
extern void initclient();
- extern void physicstrigger(physent *d, bool local, int floorlevel, int waterlevel, int material = 0);
+ extern void physicstrigger(physent *d, bool local, int floorlevel, int material = 0);
extern void bounced(physent *d, const vec &surface);
extern void edittrigger(const selinfo &sel, int op, int arg1 = 0, int arg2 = 0, int arg3 = 0, const VSlot *vs = NULL);
extern void vartrigger(ident *id);