[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.131,1.132
Max Horn
max at quendi.de
Thu Aug 1 23:46:20 CEST 2002
At 6:00 Uhr -0700 01.08.2002, James Brown wrote:
>Update of /cvsroot/scummvm/scummvm
>In directory usw-pr-cvs1:/tmp/cvs-serv31552
>
>Modified Files:
> script_v1.cpp
>Log Message:
>Fix loom, broken by some code movement of fingolfins. Thanks madmoose :)
>
>
>
>Index: script_v1.cpp
>===================================================================
>RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
>retrieving revision 1.131
>retrieving revision 1.132
>diff -u -d -r1.131 -r1.132
>--- script_v1.cpp 1 Aug 2002 09:36:07 -0000 1.131
>+++ script_v1.cpp 1 Aug 2002 13:00:53 -0000 1.132
>@@ -845,6 +845,7 @@
> if ((_features & GF_SMALL_HEADER) && obj <=
>NUM_ACTORS) {
> Actor *a;
> a = derefActorSafe(obj, "setClass");
>+ a->ignoreBoxes = 0;
> a->forceClip = 0;
> }
> continue;
>
Hm, but what about the other places where the class data is set to 0
(there are some)? Maybe they don't matter, I dunno, but I think there
are some.
Cheers,
Max
--
-----------------------------------------------
Max Horn
Software Developer
email: <mailto:max at quendi.de>
phone: (+49) 6151-494890
More information about the Scummvm-git-logs
mailing list