diff options
author | click <none@none> | 2010-05-10 14:14:07 +0200 |
---|---|---|
committer | click <none@none> | 2010-05-10 14:14:07 +0200 |
commit | 608855f0a08a9b9ebc43314cc8850e182e9121d2 (patch) | |
tree | 3b50d5d1102702a38bd724efa82df5a41b35b0a5 /src/game/Map.cpp | |
parent | 7817596a96a01edcc4af92e5e881d8576f6cd375 (diff) |
Stop drinking heavily and instead do things properly - fixes a typo from previous commit...
--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 fd8a3e53465..0409da43449 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; } - source->ToPlayer->SendMovieStart(step.script->datalong); + source->ToPlayer()->SendMovieStart(step.script->datalong); break; } default: |