Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
authorunc0rr
Fri, 17 May 2013 23:38:46 +0400
changeset 9009 f8e9d1147dd8
parent 9008 e9d88f2522f4
child 9010 d1f9197027b2
Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
hedgewars/uLandGenMaze.pas
--- a/hedgewars/uLandGenMaze.pas	Fri May 17 00:08:05 2013 +0400
+++ b/hedgewars/uLandGenMaze.pas	Fri May 17 23:38:46 2013 +0400
@@ -1,3 +1,5 @@
+{$INCLUDE "options.inc"}
+
 unit uLandGenMaze;
 
 interface