Migliorato il save e restore counter in modo da funzionare anche se ci sono bug o crash

This commit is contained in:
2013-12-18 18:23:29 +01:00
parent 4472599169
commit fc9310ad17
4 changed files with 14 additions and 8 deletions

View File

@@ -28,6 +28,10 @@ public class Global {
Global.general_counter = general_counter;
}
public static int getGeneral_counter() {
return general_counter;
}
/**
* E' il contatore statico privato
*/