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 undo/redo sometimes require multiple attempts #17

Open b-casey opened 4 years ago

b-casey commented 4 years ago

Scenario Editor undo/redo mechanic sometimes requires two attempts when cycling through all possible undo/redo saves when switching directions. Ex. Undo -> undo -> undo (last change) -> redo (same auto-save as previous undo is loaded) -> redo -> redo -> redo.