remove unnecessary parens
This commit is contained in:
@@ -335,8 +335,8 @@ void put_item_screen(eItemWinMode screen_num) {
|
|||||||
// The info button is harmless and can be useful while shopping, so always show it
|
// The info button is harmless and can be useful while shopping, so always show it
|
||||||
place_item_button(3,i,ITEMBTN_INFO);
|
place_item_button(3,i,ITEMBTN_INFO);
|
||||||
|
|
||||||
if((stat_screen_mode == MODE_INVEN) &&
|
if(stat_screen_mode == MODE_INVEN &&
|
||||||
prime_time() && (pc == univ.cur_pc)) {
|
prime_time() && pc == univ.cur_pc) {
|
||||||
|
|
||||||
// place give and drop and use
|
// place give and drop and use
|
||||||
place_item_button(1,i,ITEMBTN_GIVE);
|
place_item_button(1,i,ITEMBTN_GIVE);
|
||||||
|
Reference in New Issue
Block a user