Fix find-offsets for cur_year_tick on windows.

The old reference moved far away, so switch to a new one.
develop
Alexander Gavrilov 2015-12-19 23:03:40 +03:00
parent f0013ced56
commit 5eccb1ed1c
1 changed files with 1 additions and 1 deletions

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