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>2010-10-25 13:43:11 +0000
committerStijn Buys <ingar@osirion.org>2010-10-25 13:43:11 +0000
commit5189168482f32d8aac630cde27fc0999e70ed57b (patch)
treed96dc388274ff13d594264ed5eeb2f9cce79370d /src/client/playerview.cc
parent787002ec11bf41bba01b899c53a38830768fc260 (diff)
renamed ship torque_force to turn_force, added ship roll_force
Diffstat (limited to 'src/client/playerview.cc')
-rw-r--r--src/client/playerview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/playerview.cc b/src/client/playerview.cc
index 90d33f7..e942924 100644
--- a/src/client/playerview.cc
+++ b/src/client/playerview.cc
@@ -50,7 +50,7 @@ PlayerView::PlayerView(ui::Widget *parent) : ui::Widget(parent)
view_homebutton = new ui::IconButton(this, "bitmaps/icons/button_home", "view main");
view_chatbutton = new ui::IconButton(this, "bitmaps/icons/button_chat", "ui_chat");
view_mapbutton = new ui::IconButton(this, "bitmaps/icons/button_map", "ui_map");
- view_inventorybutton = new ui::IconButton(this, "bitmaps/icons/button_inventory", "ui_inventory");
+ view_inventorybutton = new ui::IconButton(this, "bitmaps/icons/button_ship", "ui_inventory");
}
PlayerView::~PlayerView()