mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-13 16:34:22 -05:00
Clean up
This commit is contained in:
@@ -94,7 +94,6 @@ namespace d2_tweaks {
|
||||
bool m_show_rejuv_potion;
|
||||
bool m_show_full_rejuv_potion;
|
||||
|
||||
|
||||
bool quality_settings[static_cast<size_t>(diablo2::structures::item_quality_t::ITEM_QUALITY_COUNT)];
|
||||
|
||||
char reserved[1004];
|
||||
|
@@ -84,7 +84,6 @@ namespace d2_tweaks {
|
||||
ui::controls::checkbox* m_show_quartz;
|
||||
ui::controls::checkbox* m_show_tiger_eye;
|
||||
|
||||
|
||||
ui::controls::checkbox* m_show_rough;
|
||||
ui::controls::checkbox* m_show_faded;
|
||||
ui::controls::checkbox* m_show_blemished;
|
||||
@@ -117,7 +116,7 @@ namespace d2_tweaks {
|
||||
void draw() override;
|
||||
private:
|
||||
std::string m_selected_gem;
|
||||
|
||||
|
||||
std::chrono::steady_clock::time_point m_last_packet_sent;
|
||||
|
||||
void gem_checkbox_clicked(const std::string& gem);
|
||||
@@ -198,7 +197,6 @@ namespace d2_tweaks {
|
||||
void extract_rejuv_potion(bool value);
|
||||
void extract_full_rejuv_potion(bool value);
|
||||
|
||||
|
||||
//void extract_flourite(bool value);
|
||||
//void extract_jade(bool value);
|
||||
//void extract_argonite(bool value);
|
||||
|
@@ -249,7 +249,6 @@ namespace d2_tweaks {
|
||||
bool extract;
|
||||
uint32_t iCode;
|
||||
|
||||
|
||||
item_move_cs() : item_guid(0), target_page(0) {
|
||||
message_type = MESSAGE_TYPE_ITEM_MOVE;
|
||||
}
|
||||
|
@@ -55,6 +55,5 @@ namespace diablo2 {
|
||||
static int32_t __fastcall D2GAME_Transmogrify_6FC4A660(structures::game* pGame, structures::unit* pPlayer, structures::unit* pItem);
|
||||
|
||||
static diablo2::structures::unit* __fastcall diablo2::d2_game::QUESTS_CreateItem(diablo2::structures::game* pGame, diablo2::structures::unit* pPlayer, uint32_t dwCode, int32_t nLevel, uint8_t nQuality, int32_t bDroppable);
|
||||
|
||||
};
|
||||
}
|
||||
|
@@ -23,7 +23,7 @@ namespace diablo2 {
|
||||
UI_COLOR_DARK_WHITE = 0xF,
|
||||
UI_COLOR_LIGHT_GREY = 0x10,
|
||||
};
|
||||
|
||||
|
||||
enum ui_font_t {
|
||||
UI_FONT_8 = 0,
|
||||
UI_FONT_16 = 1,
|
||||
|
Reference in New Issue
Block a user