hedgewars/SDLh.pas
changeset 6879 f44042ba755c
parent 6700 e04da46ee43c
child 6891 ab9843957664
--- a/hedgewars/SDLh.pas	Wed Apr 11 01:04:58 2012 +0400
+++ b/hedgewars/SDLh.pas	Wed Apr 11 22:46:59 2012 +0400
@@ -422,10 +422,10 @@
         end;
 
     TSDL_RWops = record
-        seek: TSeek;
-        read: TRead;
-        write: TWrite;
-        close: TClose;
+        seek: ^TSeek;
+        read: ^TRead;
+        write: ^TWrite;
+        close: ^TClose;
         type_: LongWord;
         case Byte of
             0: (stdio: TStdio);