comparison mm7_data.cpp @ 1243:766ec1e7f4ea

fixing monster portrait not drawing when rightclicking + out of bounds error when opening inventory
author Grumpy7
date Sun, 09 Jun 2013 23:51:53 +0200
parents 68655becb94b
children 6279bf7a4d1a
comparison
equal deleted inserted replaced
1217:b237a61e61d3 1243:766ec1e7f4ea
485 void *off_4E2A12; // stat_string_control_button_count 485 void *off_4E2A12; // stat_string_control_button_count
486 486
487 std::array<unsigned int, 4> pHealthBarPos = {{22, 137, 251, 366}}; 487 std::array<unsigned int, 4> pHealthBarPos = {{22, 137, 251, 366}};
488 std::array<unsigned int, 4> pManaBarPos = {{102, 217, 331, 447}}; 488 std::array<unsigned int, 4> pManaBarPos = {{102, 217, 331, 447}};
489 std::array<char, 80> _4E2B21_buff_spell_tooltip_colors; 489 std::array<char, 80> _4E2B21_buff_spell_tooltip_colors;
490 std::array<unsigned char, 88> monster_popup_y_offsets = 490 std::array<char, 88> monster_popup_y_offsets =
491 {{ 491 {{
492 236, 20, 0, 216, 0, 0, 0, 0, 0, 0, 206, 492 -20, 20, 0, -40, 0, 0, 0, 0, 0, 0, -50,
493 20, 0, 246, 246, 236, 10, 246, 0, 0, 0, 236, 493 20, 0, -10, -10, -20, 10, -10, 0, 0, 0, -20,
494 10, 246, 0, 0, 0, 236, 246, 0, 0, 0, 216, 494 10, -10, 0, 0, 0, -20, -10, 0, 0, 0, -40,
495 236, 0, 0, 0, 206, 226, 226, 226, 226, 226, 226, 495 -20, 0, 0, 0, -50, -30, -30, -30, -30, -30, -30,
496 0, 0, 0, 0, 0, 0, 236, 236, 236, 20, 20, 496 0, 0, 0, 0, 0, 0, -20, -20, -20, 20, 20,
497 20, 10, 10, 10, 10, 10, 10, 166, 196, 216, 236, 497 20, 10, 10, 10, 10, 10, 10, -90, -60, -40, -20,
498 236, 176, 246, 0, 0, 216, 0, 0, 0, 236, 10, 498 -20, -80, -10, 0, 0, -40, 0, 0, 0, -20, 10,
499 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0 499 0, 0, 0, 0, 0, 0, -60, 0, 0, 0, 0
500 }}; 500 }};
501 unsigned char hourglass_icon_idx = 12; // weak 501 unsigned char hourglass_icon_idx = 12; // weak
502 502
503 503
504 const char *format_4E2D80 = "\f%05d%s\f00000\n"; 504 const char *format_4E2D80 = "\f%05d%s\f00000\n";