|
|
|
|
@ -316,9 +316,9 @@ ini_close();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// NOT Dymanic Version Number
|
|
|
|
|
global.fontVersion = font_add_sprite_ext(sVersionFont, "V.0123456789", true, 1);
|
|
|
|
|
global.fontVersion = font_add_sprite_ext(sVersionFont, "V.0123456789B", true, 1);
|
|
|
|
|
|
|
|
|
|
global.am2r_version = "V1.5.2"; // no longer dynamic, not worth the effort to maintain - mostly because of Android oddities.
|
|
|
|
|
global.am2r_version = "B1.5.3"; // no longer dynamic, not worth the effort to maintain - mostly because of Android oddities.
|
|
|
|
|
|
|
|
|
|
// Android
|
|
|
|
|
global.gamestarted = 0;
|
|
|
|
|
|