Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2015-01-03 16:52:58 +0000
committerStijn Buys <ingar@osirion.org>2015-01-03 16:52:58 +0000
commit87db4deac81853737d7fb7c44a4e5eaecc3bc2bd (patch)
tree26fe07e976193b57b2b0b154b084fededa8925e9 /src/client
parent12834c9dc3c119dc3cf45ba141d9a90fb4f95075 (diff)
Draw the HUD lock button in red.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/hudenginestatus.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/hudenginestatus.cc b/src/client/hudenginestatus.cc
index 6527b9a..29b660a 100644
--- a/src/client/hudenginestatus.cc
+++ b/src/client/hudenginestatus.cc
@@ -113,7 +113,7 @@ void HUDEngineStatus::draw()
if (control_lock)
{
- _button_lock_palette->set_foreground(palette()->pointer());
+ _button_lock_palette->set_foreground(math::Color(1.0f, 0.0f, 0.0f));
} else
{
// free controls