#8033 closed patch
descumm6 reverse lists
| Reported by: | SF/madm00se | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Tools |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
When descumming scripts with descumm6, it spits out lists in the reverse order.
Eg. in script-1:
[0000] (AC) soundKludge([74,6])
should be:
[0000] (AC) soundKludge([6,74])
This applies to longer lists as well btw :-)
This patch fixes this problem.
Ticket imported from: #603483. Ticket imported from: patches/138.
Attachments (1)
Change History (3)
by , 23 years ago
| Attachment: | revlist.diff added |
|---|
comment:1 by , 23 years ago
| Status: | new → closed |
|---|
comment:2 by , 7 years ago
| Component: | → Tools |
|---|
Note:
See TracTickets
for help on using tickets.

descumm6 reverse list patch