Skip to content

Commit

Permalink
Update find-offsets, find gview properly even if INTRO is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Jul 22, 2014
1 parent 9435d8f commit 34ce7f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/devel/find-offsets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ local function find_gview()
return
end

idx, addr = data.uint32_t:find_one{100, vs_vtable}
if idx then
ms.found_offset('gview', addr)
return
end

dfhack.printerr('Could not find gview')
end

Expand Down

0 comments on commit 34ce7f6

Please sign in to comment.