hedgewars/uCommandHandlers.pas
changeset 13642 3d14950641a4
parent 13641 007813b81f1b
child 13721 61095cb5f58a
--- a/hedgewars/uCommandHandlers.pas	Wed Aug 08 14:10:32 2018 +0200
+++ b/hedgewars/uCommandHandlers.pas	Wed Aug 08 14:38:54 2018 +0200
@@ -610,12 +610,12 @@
 if autoCameraOn then
     begin
     FollowGear:= nil;
-    AddCaption(trmsg[sidAutoCameraOff], cLightGrayColor, capgrpVolume);
+    AddCaption(trmsg[sidAutoCameraOff], capcolSetting, capgrpVolume);
     autoCameraOn:= false
     end
 else
     begin
-    AddCaption(trmsg[sidAutoCameraOn], cLightGrayColor, capgrpVolume);
+    AddCaption(trmsg[sidAutoCameraOn], capcolSetting, capgrpVolume);
     bShowFinger:= true;
     if not CurrentHedgehog^.Unplaced then
         FollowGear:= CurrentHedgehog^.Gear;