- added Gez's latest bugfix patch.

SVN r1836 (trunk)
This commit is contained in:
Christoph Oelckers 2009-09-15 17:19:30 +00:00
commit e5357d1b65
4 changed files with 9 additions and 5 deletions

View file

@ -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.