CanConcatPictureWith now uses AulObjectContext instead of AulContext

scancodes-fix
Richard Gerum 2009-09-06 01:03:50 +02:00
parent a886a18180
commit 111867c9d3
1 changed files with 1 additions and 1 deletions

View File

@ -3815,7 +3815,7 @@ static long FnGetChar(C4AulContext* cthr, C4String *pString, long iIndex)
return (unsigned char) *szText;
}
static bool FnCanConcatPictureWith(C4AulContext *pCtx, C4Object *pObj)
static bool FnCanConcatPictureWith(C4AulObjectContext *pCtx, C4Object *pObj)
{
// safety
if (!pCtx->Obj->Status || !pObj) return false;