AGS: Updated build version (3.6.0.28)

From upstream ad7c27a8bbf8a9e827ebd052472887cf4f47a299
This commit is contained in:
Thierry Crozat 2022-06-23 23:07:19 +01:00
parent 6f665dfe68
commit 7372aa4040
3 changed files with 5 additions and 5 deletions

View File

@ -344,7 +344,7 @@ void create_blank_image(int coldepth) {
/*}
catch (Ali3DException gfxException)
{
quit(gfxException._message.GetCStr());
quit(gfxException.Message.GetCStr());
}*/
}
@ -716,7 +716,7 @@ void render_to_screen() {
succeeded = true;
/*}
catch (Ali3DFullscreenLostException e) {
Debug::Printf("Renderer exception: %s", e._message);
Debug::Printf("Renderer exception: %s", e.Message.GetCStr());
while (_G(game_update_suspend) && (!_G(want_exit)) && (!_G(abort_engine))) {
sys_evt_process_pending();
platform->Delay(300);

View File

@ -129,7 +129,7 @@ void initialize_start_and_play_game(int override_start_room, int loadSave) {
RunGameUntilAborted();
/*} catch (Ali3DException gfxException) {
quit(gfxException._message.GetCStr());
quit(gfxException.Message.GetCStr());
}*/
}

View File

@ -22,9 +22,9 @@
#ifndef AGS_SHARED_CORE_DEFVERSION_H
#define AGS_SHARED_CORE_DEFVERSION_H
#define ACI_VERSION_STR "3.6.0.27"
#define ACI_VERSION_STR "3.6.0.28"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3.6.0.27
#define ACI_VERSION_MSRC_DEF 3.6.0.28
#endif
#define SPECIAL_VERSION ""