|
|
@ -1379,7 +1379,7 @@ end
|
|
|
|
local function find_cur_year_tick()
|
|
|
|
local function find_cur_year_tick()
|
|
|
|
local zone
|
|
|
|
local zone
|
|
|
|
if os_type == 'windows' then
|
|
|
|
if os_type == 'windows' then
|
|
|
|
zone = zoomed_searcher('artifact_next_id', -32)
|
|
|
|
zone = zoomed_searcher('ui_unit_view_mode', 0x200)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
zone = zoomed_searcher('cur_year', 128)
|
|
|
|
zone = zoomed_searcher('cur_year', 128)
|
|
|
|
end
|
|
|
|
end
|
|
|
|