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