#8047 closed patch
real fix for MI2 Dialog Box crash
Reported by: | SF/cccp_99 | Owned by: | SF/khalek |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Monkey Island 2 |
Description
A new function resStrLen() gets the length of a string that can possibly have special characters starting with FF, and properly determines its length. The code was borrowed from line 646 string.cpp and slightly modified to just count characters.
Since the new gui relies on the String class, I substituted the strlen()'s in str.cpp with the new function. It's equivalent to strlen() for all regular strings, which won't have character FF anyway, right? :)
The older fixme was removed.
CCCP
Ticket imported from: #609508. Ticket imported from: patches/152.
Attachments (1)
Change History (5)
by , 22 years ago
comment:2 by , 22 years ago
Status: | new → closed |
---|
comment:3 by , 22 years ago
Owner: | set to |
---|
comment:4 by , 6 years ago
Component: | → Engine: SCUMM |
---|---|
Game: | → Monkey Island 2 |
Note:
See TracTickets
for help on using tickets.
The diffs for 4 modified files