diff -r 7f21c08fd7d2 -r e7b1f0aaf36f hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Jan 17 23:23:40 2011 +0100 +++ b/hedgewars/uConsts.pas Mon Jan 17 23:24:55 2011 +0100 @@ -23,15 +23,11 @@ uses SDLh, uFloat, GLunit; - {$INCLUDE "config.inc"} -// typed const is a variable despite const qualifier -// in freepascal you may actually use var for the same purpose - const sfMax = 1000; - cDefaultParamNum = 16; + cDefaultParamNum = 17; // message constants errmsgCreateSurface = 'Error creating SDL surface';