mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
AGS: Updated build version (3.6.0.28)
From upstream ad7c27a8bbf8a9e827ebd052472887cf4f47a299
This commit is contained in:
parent
6f665dfe68
commit
7372aa4040
@ -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);
|
||||
|
@ -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());
|
||||
}*/
|
||||
}
|
||||
|
||||
|
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user