[Scummvm-cvs-logs] SF.net SVN: scummvm:[55644] scummvm/trunk/engines/gob/sound/sound.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sun Jan 30 01:02:15 CET 2011


Revision: 55644
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55644&view=rev
Author:   drmccoy
Date:     2011-01-30 00:02:14 +0000 (Sun, 30 Jan 2011)

Log Message:
-----------
GOB: Adibou has background atmosphere

Modified Paths:
--------------
    scummvm/trunk/engines/gob/sound/sound.cpp

Modified: scummvm/trunk/engines/gob/sound/sound.cpp
===================================================================
--- scummvm/trunk/engines/gob/sound/sound.cpp	2011-01-30 00:01:43 UTC (rev 55643)
+++ scummvm/trunk/engines/gob/sound/sound.cpp	2011-01-30 00:02:14 UTC (rev 55644)
@@ -61,7 +61,8 @@
 		_cdrom = new CDROM;
 	if (_vm->getGameType() == kGameTypeWoodruff)
 		_bgatmos = new BackgroundAtmosphere(*_vm->_mixer);
-	if (_vm->getGameType() == kGameTypeUrban) {
+	if ((_vm->getGameType() == kGameTypeUrban) ||
+	    (_vm->getGameType() == kGameTypeAdibou2)) {
 		_bgatmos = new BackgroundAtmosphere(*_vm->_mixer);
 		_bgatmos->setShadable(false);
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list