fix find-offsets gps fallback scan

develop
lethosor 2016-03-26 11:09:45 -04:00
parent b888dbf25e
commit fd8c9d9b44
1 changed files with 1 additions and 1 deletions

@ -582,7 +582,7 @@ local function find_gps()
local idx, addr = zone.area.int32_t:find_one{w, h, -1, -1}
if not idx then
idx, addr = data.int32_t.find_one{w, h, -1, -1}
idx, addr = data.int32_t:find_one{w, h, -1, -1}
end
if idx then
validate_offset('gps', is_valid_gps, addr, df.graphic, 'dimx')