# HG changeset patch # User unc0rr # Date 1346178739 -14400 # Node ID dcda1c2b77e4b9ea76f3af9a1f590fa44eab38e8 # Parent b39beffcf05e7bd932a697096f905522ba918140 Small fix diff -r b39beffcf05e -r dcda1c2b77e4 hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Tue Aug 28 20:30:57 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Tue Aug 28 22:32:19 2012 +0400 @@ -38,6 +38,7 @@ PPChar = ^Pchar; PByte = ^Byte; + PWord = ^Word; PLongInt = ^LongInt; PLongWord = ^LongWord; PInteger = ^Integer;