Advertisement
Guest User

Untitled

a guest
Oct 14th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. core::rect<s32> rect(0, 0, option_w, 30);
  3. rect += m_topleft_client + v2s32(option_x, option_y+20*4);
  4. Environment->addCheckBox(m_data->opaque_water, rect, this,
  5. GUI_ID_OPAQUE_WATER_CB, wgettext("Mipmap"));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement