Mercurial > mm7
comparison mm7_data.cpp @ 1165:29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
removed double LOBYTE, LOWORD etd macro definitions
swprintf called with string size parameter
ErrD3D with too many params fix
1 or 2 other minor fixes
author | Grumpy7 |
---|---|
date | Tue, 04 Jun 2013 03:21:21 +0200 |
parents | 502b8b2e36b4 |
children | e8f3f8612cb0 |
comparison
equal
deleted
inserted
replaced
1164:6b911d7e09a5 | 1165:29a8defbad9e |
---|---|
1 #ifdef _MSC_VER | |
2 #define _CRT_SECURE_NO_WARNINGS | |
3 #endif | |
4 | |
1 #include "mm7_data.h" | 5 #include "mm7_data.h" |
2 | 6 |
3 #include "GUIWindow.h" | 7 #include "GUIWindow.h" |
4 #include "Party.h" | 8 #include "Party.h" |
5 | 9 |
490 void *off_4E2A12; // stat_string_control_button_count | 494 void *off_4E2A12; // stat_string_control_button_count |
491 | 495 |
492 unsigned int pHealthBarPos[4] = {22, 137, 251, 366}; | 496 unsigned int pHealthBarPos[4] = {22, 137, 251, 366}; |
493 unsigned int pManaBarPos[4] = {102, 217, 331, 447}; | 497 unsigned int pManaBarPos[4] = {102, 217, 331, 447}; |
494 char _4E2B21_buff_spell_tooltip_colors[80]; | 498 char _4E2B21_buff_spell_tooltip_colors[80]; |
495 char monster_popup_y_offsets[88] = | 499 unsigned char monster_popup_y_offsets[88] = |
496 { | 500 { |
497 236, 20, 0, 216, 0, 0, 0, 0, 0, 0, 206, | 501 236, 20, 0, 216, 0, 0, 0, 0, 0, 0, 206, |
498 20, 0, 246, 246, 236, 10, 246, 0, 0, 0, 236, | 502 20, 0, 246, 246, 236, 10, 246, 0, 0, 0, 236, |
499 10, 246, 0, 0, 0, 236, 246, 0, 0, 0, 216, | 503 10, 246, 0, 0, 0, 236, 246, 0, 0, 0, 216, |
500 236, 0, 0, 0, 206, 226, 226, 226, 226, 226, 226, | 504 236, 0, 0, 0, 206, 226, 226, 226, 226, 226, 226, |