Small fix
authorunc0rr
Tue, 28 Aug 2012 22:32:19 +0400
changeset 7616 dcda1c2b77e4
parent 7615 b39beffcf05e
child 7617 0ac281e1b58b
Small fix
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;