[colobot] 06/74: Fixed loading apperance scene, closes #802

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:49:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit fef050f6ddc1ada0c439c30374b2e44c55c4228a
Author: krzys-h <krzys_h at interia.pl>
Date:   Sun Jul 24 16:44:27 2016 +0200

    Fixed loading apperance scene, closes #802
---
 src/level/robotmain.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/level/robotmain.cpp b/src/level/robotmain.cpp
index 75c12f8..7ed6ef2 100644
--- a/src/level/robotmain.cpp
+++ b/src/level/robotmain.cpp
@@ -2681,7 +2681,7 @@ void CRobotMain::ScenePerso()
     m_lightMan->FlushLights();
     m_particle->FlushParticle();
 
-    m_levelFile = "levels/other/perso000.txt";
+    m_levelFile = "levels/other/perso.txt";
     try
     {
         CreateScene(false, true, false);  // sets scene

-- 
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