This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch upstream/latest in repository colobot.
commit 0231c2359af275065cbe573e498dafcf1793b69a Author: krzys-h <[email protected]> Date: Thu Jan 8 19:01:56 2015 +0100 Fixed #425 --- src/app/pausemanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/pausemanager.cpp b/src/app/pausemanager.cpp index b28565f..966c383 100644 --- a/src/app/pausemanager.cpp +++ b/src/app/pausemanager.cpp @@ -97,4 +97,5 @@ std::string CPauseManager::GetPauseName(PauseType pause) case PAUSE_PHOTO: return "Photo mode"; default: assert(false); // Should never happen } + return "?"; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

