EasyRPG / liblcf

Library to handle RPG Maker 2000/2003 and EasyRPG projects
https://easyrpg.org
MIT License
113 stars 52 forks source link

Code generation fix: Specifying new values for existing enums in a separate file might overwrite existing ones #480

Open florianessl opened 2 months ago

florianessl commented 2 months ago

Easily reproducible by introducing new values in easyrpg_fields.csv:

EventPage,Trigger,map_init_deferred,8
EventPage,Trigger,map_init_immediate,9

Depends on order though. I defined these values at line 35, right before the Maniac stuff: EventPage,ManiacEventInfo,*