diff options
author | Stijn Buys <ingar@osirion.org> | 2015-01-03 16:52:58 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-01-03 16:52:58 +0000 |
commit | 87db4deac81853737d7fb7c44a4e5eaecc3bc2bd (patch) | |
tree | 26fe07e976193b57b2b0b154b084fededa8925e9 | |
parent | 12834c9dc3c119dc3cf45ba141d9a90fb4f95075 (diff) |
Draw the HUD lock button in red.
-rw-r--r-- | src/client/hudenginestatus.cc | 2 |
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 |