#9178 closed patch
BRA: clear the suspend list before running commands
Reported by: | fuzzie | Owned by: | peres |
---|---|---|---|
Priority: | normal | Component: | Engine: Parallaction |
Version: | Keywords: | ||
Cc: | Game: |
Description
This changes the code to clear the list of suspended commands before running the actual suspended commands, because sometimes (for example, in the BRA script in Red Square where your photograph is taken) there is another suspend in those commands.
runSuspended seems to only be used by BRA, so I hope this doesn't affect NS. Patch against trunk.
Ticket imported from: #3004652. Ticket imported from: patches/1283.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | 0004-clean-suspended-list-before-running-commands-which-m.txt added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Status: | new → closed |
---|
comment:4 by , 6 years ago
Component: | → Engine: Parallaction |
---|
Note:
See TracTickets
for help on using tickets.
I committed your patch as-is on r50037.
The demo version of NS was actually using the suspend feature, but it should not cause issues (see r50038).