Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
These cases occur usually because of script bugs. Fixes script bug
#3303802 - "SCI: PQ1VGA - Crash at the jail"
|
|
Loading Ulence Flats Save"
|
|
Dr. Myklos"
|
|
Plugins may not rely on external libs, so there is no point in
specifying a custom library search path for them.
|
|
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.
|
|
|
|
|
|
|
|
|
|
It doesn't really do anything useful anymore anyway (except
make linux builds use _setjmp instead of setjmp, but both
are equally bad for us and need to replaced anyway).
|
|
|