equal
deleted
inserted
replaced
25 cVersionString = '${HEDGEWARS_VERSION}'; |
25 cVersionString = '${HEDGEWARS_VERSION}'; |
26 cRevisionString = '${HEDGEWARS_REVISION}'; |
26 cRevisionString = '${HEDGEWARS_REVISION}'; |
27 cHashString = '${HEDGEWARS_HASH}'; |
27 cHashString = '${HEDGEWARS_HASH}'; |
28 cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data'; |
28 cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data'; |
29 {$IFDEF PAS2C} |
29 {$IFDEF PAS2C} |
30 cFontsPaths: array[0..0] of PChar = (nil); |
30 cFontsPaths: array[0..1] of PChar = (nil, nil); |
31 {$ELSE} |
31 {$ELSE} |
32 cFontsPaths: ${FONTS_DIRS_ARRAY} |
32 cFontsPaths: ${FONTS_DIRS_ARRAY} |
33 {$ENDIF} |
33 {$ENDIF} |