diff --git a/objects/oControl.object.gmx b/objects/oControl.object.gmx index ef10209..253e77f 100644 --- a/objects/oControl.object.gmx +++ b/objects/oControl.object.gmx @@ -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; diff --git a/objects/oTestKeys.object.gmx b/objects/oTestKeys.object.gmx index 643c049..2a9f5fe 100644 --- a/objects/oTestKeys.object.gmx +++ b/objects/oTestKeys.object.gmx @@ -25,7 +25,7 @@ 1 - //instance_destroy(); + instance_destroy(); /// The object for debug keyboard shortcuts. Lots of them. @@ -61,7 +61,7 @@ msg_loadout = 0; 1 - //instance_destroy() + instance_destroy() if (os_type == os_android) instance_destroy(); diff --git a/sprites/sVersionFont.sprite.gmx b/sprites/sVersionFont.sprite.gmx index 583e202..ffd3f24 100644 --- a/sprites/sVersionFont.sprite.gmx +++ b/sprites/sVersionFont.sprite.gmx @@ -32,5 +32,6 @@ images\sVersionFont_9.png images\sVersionFont_10.png images\sVersionFont_11.png + images\sVersionFont_12.png