mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 12:26:58 +02:00
MorphOS: SDK say it should be a real pointer not a var parameter
git-svn-id: trunk@33235 -
This commit is contained in:
parent
bb1f2b8062
commit
f63f3690fd
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user