From 5957475d12c7739fbe69e569316a33588c621c51 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 11 Apr 2011 21:56:38 +0200 Subject: Implemented a simple non-blocking fadeOutAndPlay system. It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 2590813f..336abfbd 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -568,6 +568,8 @@ int Client::exec() if (game) game->logic(); + sound.logic(); + ++lastTickTime; } -- cgit v1.2.3-70-g09d2