changeset 7306 | 3cff5c769509 |
parent 7235 | baa69bd025d9 |
child 7376 | 48b79b3ca592 |
--- a/hedgewars/ArgParsers.inc Tue Jun 26 23:23:02 2012 +0400 +++ b/hedgewars/ArgParsers.inc Tue Jun 26 23:29:41 2012 +0400 @@ -72,7 +72,7 @@ begin internalStartGameWithParameters(); GameType:= gmtRecord; - cRecPrefix:= ParamStr(20); + RecPrefix:= ParamStr(20); cAVFormat:= ParamStr(21); cVideoCodec:= ParamStr(22); cVideoQuality:= StrToInt(ParamStr(23));