Fixed issues in colors.xml:

* PathfindingCharacterBeaconColor references a non-existent color
* PathfindingDefaultBeaconColor references a non-existent color
* LLUIColorTable::insertFromParams: PathfindingErrorColor references a non-existent color
* Broken XML syntax
master
Ansariel 2012-12-16 03:23:19 +01:00
parent 6e51a09c50
commit d396c5aa7b
1 changed files with 5 additions and 1 deletions

View File

@ -137,6 +137,9 @@
<color
name="LtOrange"
value="1 .85 .73 1" />
<color
name="LtRed"
value="1 0.2 0.2 1" />
<!-- Skin and Theme Colors -->
@ -219,7 +222,8 @@
<color
name="Titanium_0"
value="0.3 0.3 0.3 0" />
<color
name="Red_80"
value="1 0 0 0.8" />
<color
name="Green_80"