Revision: 9228
http://sourceforge.net/p/vassalengine/svn/9228
Author: uckelman
Date: 2016-05-10 18:19:22 +0000 (Tue, 10 May 2016)
Log Message:
-----------
Don't reset lastSaveFile during setup().
Modified Paths:
--------------
VASSAL-src/trunk/src/VASSAL/build/module/GameState.java
Modified: VASSAL-src/trunk/src/VASSAL/build/module/GameState.java
===================================================================
--- VASSAL-src/trunk/src/VASSAL/build/module/GameState.java 2016-05-09 08:00:52 UTC (rev 9227)
+++ VASSAL-src/trunk/src/VASSAL/build/module/GameState.java 2016-05-10 18:19:22 UTC (rev 9228)
@@ -325,9 +325,6 @@
gameStarted |= this.gameStarting;
lastSave = gameStarting ? saveString() : null;
- if (!gameStarting) {
- lastSaveFile = null;
- }
}
/** Return true if a game is currently in progress */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
vassalengine-svn mailing list
vas...@li...
https://lists.sourceforge.net/lists/listinfo/vassalengine-svn
|