changeset 3748 | daea2650a5aa |
parent 3701 | 8c449776ebe6 |
child 3904 | 22e4d74240e5 |
--- a/hedgewars/SDLh.pas Fri Aug 20 11:54:14 2010 -0400 +++ b/hedgewars/SDLh.pas Sat Aug 21 17:19:52 2010 +0200 @@ -465,7 +465,7 @@ {$IFDEF SDL13} value: LongInt; {$ELSE} - value: word; + value: Smallint; {$ENDIF} end; @@ -477,7 +477,7 @@ xrel, yrel: LongInt; {$ELSE} type_: Byte; - xrel, yrel: word; + xrel, yrel: Smallint; {$ENDIF} end;