Skip to content

Commit 5b59f60

Browse files
committed
devel/dump-offsets: add missing next_id globals
dump_df_globals.rb was retrieving these because it uses an additional regex-based match for next_id globals
1 parent ed3a8ba commit 5b59f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devel/dump-offsets.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ GLOBALS = {
167167
next_unit_global_id = "unit_next_id",
168168
next_vehicle_global_id = "vehicle_next_id",
169169
next_written_content_global_id = "written_content_next_id",
170+
next_divination_set_global_id = "divination_set_next_id",
171+
next_image_set_global_id = "image_set_next_id",
170172
}
171173

172174
function read_cstr(addr)

0 commit comments

Comments
 (0)