Mercurial > mm7
comparison mm7_data.cpp @ 419:ad1e9c0bf6da
Multi-npc house icons fixed
author | Nomad |
---|---|
date | Sat, 23 Feb 2013 21:04:08 +0200 |
parents | 55684f4eda73 |
children | afad358dc684 94546824edad |
comparison
equal
deleted
inserted
replaced
418:913675aac25b | 419:ad1e9c0bf6da |
---|---|
956 char aBardataB[777]; // idb | 956 char aBardataB[777]; // idb |
957 char aBardata[8]; // weak | 957 char aBardata[8]; // weak |
958 char aBardataC[10]; // weak | 958 char aBardataC[10]; // weak |
959 char aLoadprog[777]; // idb | 959 char aLoadprog[777]; // idb |
960 char aLoadingD_pcx[777]; // idb | 960 char aLoadingD_pcx[777]; // idb |
961 int pNPCPortraits_x = 521; // idb | 961 int pNPCPortraits_x[6][6] = // 004E5E50 |
962 int dword_4E5EC8[777]; // weak | 962 { |
963 int pNPCPortraits_y = 38; // idb | 963 {521, 0, 0, 0, 0, 0}, |
964 {521, 521, 0, 0, 0, 0}, | |
965 {521, 521, 521, 0, 0, 0}, | |
966 {521, 486, 564, 521, 0, 0}, | |
967 {521, 486, 564, 486, 564, 0}, | |
968 {486, 564, 486, 564, 486, 564} | |
969 }; | |
970 int pNPCPortraits_y[6][6] = // 004E5EE0 | |
971 { | |
972 {38, 0, 0, 0, 0, 0}, | |
973 {38, 165, 0, 0, 0, 0}, | |
974 {38, 133, 228, 0, 0, 0}, | |
975 {38, 133, 133, 228, 0, 0}, | |
976 {38, 133, 133, 228, 228, 0}, | |
977 {38, 38, 133, 133, 228, 228} | |
978 }; | |
964 const char *pHouse_ExitPictures[11]= | 979 const char *pHouse_ExitPictures[11]= |
965 { | 980 { |
966 "", | 981 "", |
967 "ticon01", | 982 "ticon01", |
968 "ticon02", | 983 "ticon02", |