highest ID of dynamicItem reduced to 1048575

Former-commit-id: b1e36d020a57aac497eff5d3db7142940f590fe4
Former-commit-id: c437e8447ba2a58fdc7dfd05f1ac80284f845702
This commit is contained in:
Song Minjae
2016-12-29 20:45:42 +09:00
parent 767802e75f
commit bc36cc946d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
|-----|-----------|
|0..4095|Tiles|
|4096..32767|Items (static)|
|32768..16777215|Items (dynamic\*)|
|16777216..0x7FFFFFFF|Actors|
|32768..1048575|Items (dynamic\*)|
|1048576..0x7FFFFFFF|Actors|
|0x80000000..0xFFFFFFFF (all negative numbers)|Faction|
* dynamic items can have their own properties that will persist through savegame.