Changeset 10030 in orxonox.OLD for branches/playability/src/util
- Timestamp:
- Dec 6, 2006, 5:35:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/util/hud.cc
r10023 r10030 236 236 237 237 std::list<OrxGui::GLGuiWidget*>::iterator weaponWidget; 238 Vector2D pos(0.3, . 7);238 Vector2D pos(0.3, .9); 239 239 for (weaponWidget = this->weaponsWidgets.begin(); weaponWidget != this->weaponsWidgets.end(); weaponWidget++, pos.x+=.2) 240 240 {
Note: See TracChangeset
for help on using the changeset viewer.