mirror of
https://github.com/zeldaret/tp
synced 2026-06-10 04:54:14 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ dMap_HIO_c::dMap_HIO_c() {
|
||||
}
|
||||
|
||||
void dMap_HIO_c::listenPropertyEvent(const JORPropertyEvent* evt) {
|
||||
// NONMATCHING
|
||||
// DEBUG NONMATCHING
|
||||
JORReflexible::listenPropertyEvent(evt);
|
||||
|
||||
if (dMap_HIO_prm_res_dst_s::m_res != NULL) {
|
||||
@@ -117,7 +117,7 @@ void dMap_HIO_c::listenPropertyEvent(const JORPropertyEvent* evt) {
|
||||
}
|
||||
|
||||
void dMap_HIO_list_c::copySrcToHio() {
|
||||
// NONMATCHING
|
||||
// DEBUG NONMATCHING
|
||||
if (dMap_HIO_c::m_res_src_p != NULL) {
|
||||
dMpath_RGBA_c color;
|
||||
for (int i = 0; i < 51; i++) {
|
||||
|
||||
Reference in New Issue
Block a user