changeset 2599 | c7153d2348f3 |
parent 1066 | 1f1b3686a2b0 |
child 2630 | 079ef82eac75 |
--- a/hedgewars/uTriggers.pas Wed Nov 04 01:42:06 2009 +0000 +++ b/hedgewars/uTriggers.pas Thu Nov 05 16:23:09 2009 +0000 @@ -20,7 +20,7 @@ interface uses SDLh, uConsts; -{$INCLUDE options.inc} +{$INCLUDE "options.inc"} const trigTurns = $80000001; type TTrigAction = (taSpawnGear, taSuccessFinish, taFailFinish); @@ -143,4 +143,4 @@ end end; -end. \ No newline at end of file +end.