Astrabit-ST / Luminol

An RPG Maker XP-VX Ace rewrite, written in Rust with love 💕
https://luminol.dev/
GNU General Public License v3.0
95 stars 11 forks source link

Fix id_vec IDs not being incremented during serialization #91

Closed white-axe closed 5 months ago

white-axe commented 5 months ago

Connections

Description This pull request changes the serializer for id_vec to increment IDs by 1 since the deserializer decrements them by 1.

Checklist