Skip to content

Commit f947f79

Browse files
committed
are we there yet?
1 parent 728e557 commit f947f79

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

df.region_midmap.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,12 @@
270270
<int16_t name="loadarea_ex"/>
271271
<int16_t name="loadarea_ey"/>
272272

273-
<stl-map name="midmap_place" comment="std::map&lt;std::pair&lt;int16_t,int16_t&gt;,VIndex&gt;; not saved"/>
273+
<stl-map name="midmap_place" comment="not saved">
274+
<key-type>
275+
<static-array type-name='int16_t' count='2'/>
276+
</key-type>
277+
<value-type type-name='int32_t'/>
278+
</stl-map>
274279
</struct-type>
275280
</data-definition>
276281

df.widgets.unit_list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<stl-unordered-set name='selected' comment='std::unordered_set&lt;void *&gt;'>
8282
<pointer/>
8383
</stl-unordered-set>
84-
<stl-unordered-map type-name='stl-string' name='job_sort_str' comment='std::unordered_map&lt;void *,std::string&gt;'>
84+
<stl-unordered-map name='job_sort_str'>
8585
<key-type><pointer/></key-type>
8686
<value-type><stl-string/></value-type>
8787
</stl-unordered-map>

0 commit comments

Comments
 (0)