equal
deleted
inserted
replaced
2560 UserNick := ''; |
2560 UserNick := ''; |
2561 cStereoMode := smNone; |
2561 cStereoMode := smNone; |
2562 GrayScale := false; |
2562 GrayScale := false; |
2563 PathPrefix := './'; |
2563 PathPrefix := './'; |
2564 GameType := gmtLocal; |
2564 GameType := gmtLocal; |
|
2565 cOnlyStats := False; |
2565 |
2566 |
2566 {$IFDEF USE_VIDEO_RECORDING} |
2567 {$IFDEF USE_VIDEO_RECORDING} |
2567 RecPrefix := ''; |
2568 RecPrefix := ''; |
2568 cAVFormat := ''; |
2569 cAVFormat := ''; |
2569 cVideoCodec := ''; |
2570 cVideoCodec := ''; |
2580 cLocale:= cLocaleFName; |
2581 cLocale:= cLocaleFName; |
2581 SplitByChar(cLocale, s, '.'); |
2582 SplitByChar(cLocale, s, '.'); |
2582 |
2583 |
2583 cFlattenFlakes := false; |
2584 cFlattenFlakes := false; |
2584 cFlattenClouds := false; |
2585 cFlattenClouds := false; |
2585 cOnlyStats := False; |
|
2586 lastVisualGearByUID := nil; |
2586 lastVisualGearByUID := nil; |
2587 lastGearByUID := nil; |
2587 lastGearByUID := nil; |
2588 cReadyDelay := 5000; |
2588 cReadyDelay := 5000; |
2589 Pathz := cPathz; |
2589 Pathz := cPathz; |
2590 |
2590 |