equal
deleted
inserted
replaced
240 recordFileName:= gameArgs[10]; |
240 recordFileName:= gameArgs[10]; |
241 cStereoMode:= smNone; |
241 cStereoMode:= smNone; |
242 {$ENDIF} |
242 {$ENDIF} |
243 cMinScreenWidth:= cScreenWidth; |
243 cMinScreenWidth:= cScreenWidth; |
244 cMinScreenHeight:= cScreenHeight; |
244 cMinScreenHeight:= cScreenHeight; |
|
245 cOrigScreenWidth:= cScreenWidth; |
|
246 cOrigScreenHeight:= cScreenHeight; |
245 if 480 < cMinScreenWidth then cMinScreenWidth:= 480; |
247 if 480 < cMinScreenWidth then cMinScreenWidth:= 480; |
246 if 320 < cMinScreenHeight then cMinScreenHeight:= 320; |
248 if 320 < cMinScreenHeight then cMinScreenHeight:= 320; |
247 |
249 |
248 initEverything(true); |
250 initEverything(true); |
249 |
251 |