equal
deleted
inserted
replaced
1671 DEBUG(misc, 2, "Cursor: 0x%X (%d)", _cursor.sprite, _cursor.sprite); |
1671 DEBUG(misc, 2, "Cursor: 0x%X (%d)", _cursor.sprite, _cursor.sprite); |
1672 if (_thd.place_mode != 0 && |
1672 if (_thd.place_mode != 0 && |
1673 // query button and place sign button work in pause mode |
1673 // query button and place sign button work in pause mode |
1674 _cursor.sprite != SPR_CURSOR_QUERY && |
1674 _cursor.sprite != SPR_CURSOR_QUERY && |
1675 _cursor.sprite != SPR_CURSOR_SIGN && |
1675 _cursor.sprite != SPR_CURSOR_SIGN && |
1676 _pause != 0 && |
1676 _pause_game != 0 && |
1677 !_cheats.build_in_pause.value) { |
1677 !_cheats.build_in_pause.value) { |
1678 return; |
1678 return; |
1679 } |
1679 } |
1680 |
1680 |
1681 if (_thd.place_mode == 0) { |
1681 if (_thd.place_mode == 0) { |