hedgewars/config.inc.in
changeset 10127 7f29a65aa1e4
parent 10108 c68cf030eded
child 10747 07ade56c3b4a
--- a/hedgewars/config.inc.in	Sun Feb 09 19:00:13 2014 +0100
+++ b/hedgewars/config.inc.in	Mon Feb 10 00:43:03 2014 +0400
@@ -27,7 +27,7 @@
       cHashString = '${HEDGEWARS_HASH}';
       cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data';
 {$IFDEF PAS2C}
-      cFontsPaths: array[0..0] of PChar = (nil);
+      cFontsPaths: array[0..1] of PChar = (nil, nil);
 {$ELSE}
       cFontsPaths: ${FONTS_DIRS_ARRAY}
 {$ENDIF}