[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.93,1.94 scummvm.dsp,1.38,1.39

James Brown ender at users.sourceforge.net
Sun Apr 28 14:14:07 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv1516

Modified Files:
	script_v1.cpp scummvm.dsp 
Log Message:
Commit FIXME to fix Largo bridge actor-direction bug



Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** script_v1.cpp	26 Apr 2002 02:53:40 -0000	1.93
--- script_v1.cpp	28 Apr 2002 05:24:18 -0000	1.94
***************
*** 986,989 ****
--- 986,997 ----
  void Scumm::o5_endCutscene()
  {
+   // FIXME MI2: wrong direction/levitation of G. on the bridge
+ 	if ((_gameId == GID_MONKEY2) && (_currentRoom == 7) &&
+ 		(vm.slot[_currentScript].number == 203)) {
+ 			Actor *a = derefActor(1);
+ 			if (a->x == 571)
+ 				a->facing = 90;
+ 	}
+ 
  	endCutscene();
  }

Index: scummvm.dsp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.dsp,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** scummvm.dsp	17 Apr 2002 20:49:57 -0000	1.38
--- scummvm.dsp	28 Apr 2002 05:24:18 -0000	1.39
***************
*** 225,228 ****
--- 225,232 ----
  # Begin Source File
  
+ SOURCE=".\config-file.cpp"
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=.\costume.cpp
  # End Source File
***************
*** 474,477 ****
--- 478,485 ----
  
  SOURCE=.\cdmusic.h
+ # End Source File
+ # Begin Source File
+ 
+ SOURCE=".\config-file.h"
  # End Source File
  # Begin Source File





More information about the Scummvm-git-logs mailing list