Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
buttons
|
|
|
|
|
|
eriktorbjorn for pointing the reason of the problem)
|
|
in the original)
|
|
|
|
|
|
|
|
|
|
then get back up again, his walk animation gets screwed"
|
|
|
|
This fix for bug #3303802 is a potential cause of unreproducible bugs
in all SCI games that taint savegames.
This reverts commit 48140a012d69d76de5ae80de7ca926e71c39cd03.
|
|
|
|
|
|
|
|
These cases occur usually because of script bugs. Fixes script bug
#3303802 - "SCI: PQ1VGA - Crash at the jail"
|
|
Loading Ulence Flats Save"
|
|
Dr. Myklos"
|
|
This adds a missing seek. Thanks to [md5] for guessing the cause.
|
|
commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as in the original
|
|
|
|
|
|
|
|
|
|
|
|
I'm unable to test this change, but it avoids using a pointer to store
an int temporarily.
|
|
AGI: Fix //gs output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This may have to be undone if we ever want to start free'ing _baseVars again.
|
|
I am not sure how this code could have ever worked without lots of
crashing, but maybe I am missing something... Still, casting an
arbitrary integer value to an int *pointer* and then later dereferencing
it does not seem like a good idea :).
Changed the code to do what I *guess* it was meant to do. But somebody
who actually knows M4 and its games should double check.
|
|
|