MorphOS: SDK say it should be a real pointer not a var parameter

git-svn-id: trunk@33235 -
This commit is contained in:
marcus 2016-03-13 15:47:49 +00:00
parent bb1f2b8062
commit f63f3690fd

View File

@ -2388,7 +2388,7 @@ SysCall GfxBase 408;
procedure FreeSprite(num : LongInt location 'd0');
SysCall GfxBase 414;
procedure ChangeSprite(vp : pViewPort location 'a0'; sprite : pSimpleSprite location 'a1'; VAR newData : Integer location 'a2');
procedure ChangeSprite(vp : pViewPort location 'a0'; sprite : pSimpleSprite location 'a1'; newData : PWord location 'a2');
SysCall GfxBase 420;
procedure MoveSprite(vp : pViewPort location 'a0'; sprite : pSimpleSprite location 'a1'; x : LongInt location 'd0'; y : LongInt location 'd1');