- Handle ACS string escape sequences at load time rather than print time.
- Fixed: FBehavior::FindStringInChunk() was not big-endian safe. - Fixed: FBehavior::LookupString() was not big-endian safe. SVN r3406 (trunk)
This commit is contained in:
parent
5f88d2c9f0
commit
e5e1ee00a6
3 changed files with 65 additions and 10 deletions
|
|
@ -220,6 +220,7 @@ private:
|
|||
|
||||
static int STACK_ARGS SortScripts (const void *a, const void *b);
|
||||
void UnencryptStrings ();
|
||||
void UnescapeStringTable(BYTE *chunkstart, bool haspadding);
|
||||
int FindStringInChunk (DWORD *chunk, const char *varname) const;
|
||||
const char *LookupString (DWORD index) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue