b-casey / OpenSMACX

A project to decompile SMAC/X to C++ with the long term goal of creating a full open source clone.
GNU General Public License v3.0
52 stars 4 forks source link

Scenario Editor redo mechanic last change #16

Open b-casey opened 4 years ago

b-casey commented 4 years ago

Scenario Editor redo mechanic is unable to restore the last change made since the first undo save is created prior to the change taking place. This likely needs to be reworked either how auto_undo() is being utilized or revamp existing code to create a redo auto-save when load_undo() is called.