Age | Commit message (Collapse) | Author |
|
|
|
|
|
This works by adding a wrapper function for copyRectToScreen(). As
far as the engine is concerned, it still draws everything in color.
The mouse cursors are still in color, but that can be fixed later.
|
|
|
|
|
|
|
|
on-screen
|
|
The loop uses _ctx->msg, so don't delete it until the loop is done.
|
|
|
|
|
|
|
|
|
|
This just removes the original code and replaces it with a quickly-
written trivial implementation similar to clone2727's sfx code. It
seems to at least sort of work. :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the original, after moving to the door, the game scripts have Tony start immediately moving back to the desk. Unfortunately, they didn't realise that the _hEndOfPath event would still be briefly set from finishing the walk to the door, so the game didn't wait until Tony had reached the desk to start the conversation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eriktorbjorn)
|
|
|
|
|
|
|
|
|
|
|
|
|