diff options
Diffstat (limited to 'configure.py')
| -rw-r--r-- | configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py index 8d8cd555..dc9fe3b3 100644 --- a/configure.py +++ b/configure.py @@ -561,7 +561,7 @@ config.libs = [ Object(Matching, "d/lyt/d_lyt_auto_caption.cpp"), Object(Matching, "d/lyt/d_lyt_auto_explain.cpp"), Object(Matching, "d/lyt/d_lyt_map_global.cpp"), - Object(NonMatching, "d/lyt/d_lyt_map_capture.cpp"), + Object(Matching, "d/lyt/d_lyt_map_capture.cpp"), Object(NonMatching, "d/lyt/d_lyt_map.cpp"), Object(Matching, "d/lyt/d_lyt_note.cpp"), Object(Matching, "d/lyt/d_lyt_battery.cpp"), @@ -573,7 +573,7 @@ config.libs = [ Object(Matching, "d/lyt/d_lyt_sky_gauge.cpp"), Object(Matching, "d/lyt/d_lyt_deposit_stock.cpp"), Object(Matching, "d/lyt/d_lyt_deposit_box_cursor.cpp"), - Object(NonMatching, "d/lyt/d_lyt_boss_gauge.cpp"), + Object(Matching, "d/lyt/d_lyt_boss_gauge.cpp"), Object(Matching, "d/lyt/d_lyt_pause_back.cpp"), Object(NonMatching, "d/lyt/d_lyt_pause_disp_00.cpp"), Object(Matching, "d/lyt/d_lyt_pause_disp_01.cpp"), |
