[colobot] 254/390: Fixed #425

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:51 UTC 2015


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 <krzys_h at interia.pl>
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



More information about the Pkg-games-commits mailing list