changeset 2599 | c7153d2348f3 |
parent 2588 | da9e986713d4 |
child 2602 | 3deb9ff104da |
--- a/hedgewars/uConsts.pas Wed Nov 04 01:42:06 2009 +0000 +++ b/hedgewars/uConsts.pas Thu Nov 05 16:23:09 2009 +0000 @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *) -{$INCLUDE options.inc} +{$INCLUDE "options.inc"} unit uConsts; interface @@ -30,7 +30,7 @@ {$ENDIF} uLocale; -{$INCLUDE proto.inc} +{$INCLUDE "proto.inc"} type TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit);