aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-21 15:07:02 -0500
committermegamage <none@none>2009-04-21 15:07:02 -0500
commit32e44b6c99a01b7f505309cdc7b81640fa852852 (patch)
tree4b1d1e4df13c3649596d66a9576ba140a075e411 /src
parent7310c90f40b849a645cf199286c223714bdb3aee (diff)
*Fix build.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Debugcmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp
index 1febf06638c..b15d717bfe3 100644
--- a/src/game/Debugcmds.cpp
+++ b/src/game/Debugcmds.cpp
@@ -718,7 +718,7 @@ bool ChatHandler::HandleDebugEnterVehicle(const char * args)
if(!passenger || passenger == target)
return false;
- passenger->EnterVehicle(target);
+ passenger->EnterVehicle((Vehicle*)target);
PSendSysMessage("Creature entered vehicle");
return true;