Hi all!
I've perform a small changes in FreeSCI and voila! I can see intro and first screen of
HQ2
First was about kSound I've simply add check, which when receives objptr smaller then
1000 prints
warning and returns (Doesn't throws OOPS as earlier)
In file gfx/drivers/xlib_driver.c after lines
case GFX_MASK_PRIORITY:
ERROR (...)
add:
pxm->xl = src.xl;
pxm->yl = src.yl;
And it works! But in a few screens I've been noticed that we are out of free heap space
Again about my CVS access. Did you grant me with it? And how branches are called?
I would like to commit my changes on klists into something like expiremental branch,
where I later implement class data allocation on pool and which, I hope, make HQ2 works
Nikita