[Scummvm-devel] Re: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.527,2.528 script_c64.cpp,2.23,2.24
Travis Howell
kirben at optusnet.com.au
Sat Sep 24 16:48:42 CEST 2005
From: "Eugene Sandulenko" <sev at scummvm.org>
>> Update of /cvsroot/scummvm/scummvm/scumm
>> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23514/scumm
>>
>> Modified Files:
>> intern.h script_c64.cpp
>> Log Message:
>>
>> A few opcode corrections for C64 maniac
>
>> Index: script_c64.cpp
>> ===================================================================
>> RCS file: /cvsroot/scummvm/scummvm/scumm/script_c64.cpp,v
>> retrieving revision 2.23
>> retrieving revision 2.24
>> diff -u -d -r2.23 -r2.24
>> --- script_c64.cpp 24 Sep 2005 05:26:12 -0000 2.23
>> +++ script_c64.cpp 24 Sep 2005 14:28:00 -0000 2.24
>> @@ -38,8 +38,8 @@
>> /* 00 */
>> OPCODE(o5_stopObjectCode),
>> OPCODE(o2_putActor),
>> - OPCODE(o_askForDisk),
>> - OPCODE(o_unknown1),
>> + OPCODE(o5_startMusic),
>> + OPCODE(o_doSentence),
> Are you sure that o_askForDisk is o5_startMusic?
Yes, if you compare script 115 in C64 maniac and script 120 in V1 maniac, it
is clearly used to start music for the introduction sequence.
More information about the Scummvm-devel
mailing list