Jessey Widhalm %!s(int64=8) %!d(string=hai) anos
pai
achega
9bb8c33e0b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/ui/controller/AutoSaveController.java

+ 3 - 3
src/ui/controller/AutoSaveController.java

@@ -31,9 +31,9 @@ public class AutoSaveController {
 
 	public void decreaseAutoSaveNr() {
 		currentSave = MODEL.getAutoSaveNr() - 1;
-		if (currentSave < 0) {
-			currentSave = max;
-		}
+//		if (currentSave < 0) {
+//			currentSave = max;
+//		}
 		MODEL.setAutoSaveNr(currentSave);
 	}