update TODO

This commit is contained in:
Eduardo Bart
2012-01-11 11:42:53 -02:00
parent dba03d69f6
commit 0d11871298
3 changed files with 32 additions and 33 deletions

View File

@@ -104,9 +104,6 @@ void Game::processDeath()
{
m_dead = true;
g_lua.callGlobalField("Game","onDeath");
// force logout in five seconds
g_dispatcher.scheduleEvent(std::bind(&Game::forceLogout, &g_game), 5 * 1000);
}
void Game::processCreatureSpeak(const std::string& name, int level, const std::string& type, const std::string& message, int channelId, const Position& creaturePos)