diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.lpr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr index f47d9d81..e2c08aeb 100644 --- a/Game/Code/UltraStar.lpr +++ b/Game/Code/UltraStar.lpr @@ -421,5 +421,7 @@ begin if Ini.LPT = 1 then LCD.Clear;
if Ini.LPT = 2 then Light.TurnOff;
+ // Insignificant change..
+
Log.Free;
end.
|