- added Gez's latest bugfix patch.
SVN r1836 (trunk)
This commit is contained in:
parent
5910d90a19
commit
e5357d1b65
4 changed files with 9 additions and 5 deletions
|
|
@ -1602,7 +1602,7 @@ static void SetPointer(FState *state, PSymbol *sym, int frame = 0)
|
|||
}
|
||||
else
|
||||
{
|
||||
FString symname = sym->SymbolName;
|
||||
FString symname = sym->SymbolName.GetChars();
|
||||
state->SetAction(static_cast<PSymbolActionFunction*>(sym));
|
||||
|
||||
// Note: CompareNoCase() calls stricmp() and therefore returns 0 when they're the same.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue