Replaced concept of "turns" with raw seconds
This commit is contained in:
@@ -74,6 +74,7 @@ public abstract class SaveVersion extends SaveFileReader{
|
||||
//prepare campaign data for writing
|
||||
if(state.isCampaign()){
|
||||
state.secinfo.prepare();
|
||||
state.getSector().setLastSecond(universe.seconds());
|
||||
}
|
||||
|
||||
//flush tech node progress
|
||||
|
||||
Reference in New Issue
Block a user