Forráskód Böngészése

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

git-svn-id: trunk@33235 -
marcus 9 éve
szülő
commit
f63f3690fd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      packages/morphunits/src/agraphics.pas

+ 1 - 1
packages/morphunits/src/agraphics.pas

@@ -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');