Changeset 338 for trunk/Direct.pas
- Timestamp:
- Apr 1, 2021, 10:11:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Direct.pas
r337 r338 216 216 begin 217 217 s := ParamStr(1); 218 if (s[1] = '-') or (s[1] = '/')then218 if (s[1] = '-') {$IFDEF WINDOWS}or (s[1] = '/'){$ENDIF} then 219 219 begin // special mode 220 220 Delete(s, 1, 1); … … 231 231 else if (FileExists(ParamStr(1))) then 232 232 begin 233 Quick := true;233 Quick := True; 234 234 if not LoadGame(ExtractFilePath(ParamStr(1)), ExtractFileName(ParamStr(1) 235 235 ), -1, false) then
Note:
See TracChangeset
for help on using the changeset viewer.