diff options
author | click <none@none> | 2010-05-10 14:08:53 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-10 14:08:53 +0200 |
commit | 7817596a96a01edcc4af92e5e881d8576f6cd375 (patch) | |
tree | 3a54a3fc809c7bcfe2a267a14f9a29873cafc4e7 /src/game/Map.cpp | |
parent | d79f6295aa461833db9996d375cf0cebead654d9 (diff) |
Fix the little messup from the previous commit (sorry!)
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 8608bad582b..fd8a3e53465 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -3733,7 +3733,7 @@ void Map::ScriptsProcess() sLog.outError("SCRIPT_COMMAND_PLAYMOVIE call for NULL creature."); break; } - player->SendMovieStart(step.script->datalong); + source->ToPlayer->SendMovieStart(step.script->datalong); break; } default: |