KristalTeam / Kristal

Deltarune fangame engine for Love2D
BSD 3-Clause "New" or "Revised" License
96 stars 38 forks source link

Make sure tempsave is immediately loaded on quick reload #110

Closed Dobby233Liu closed 5 months ago

Dobby233Liu commented 6 months ago

This prevents the postInit event from being called with is_new_file = true upon a temp load.

Adds the Game:enter(last, save:table, save_id:number) overload for this purpose

Dobby233Liu commented 6 months ago

Ironically the fix doesn't apply to DP... probably means this (if approved) should be backported there