mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Add files via upload
This commit is contained in:
parent
00eaf0fd37
commit
672bee11c8
1 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ class << SceneManager
|
||||||
# ● 実行
|
# ● 実行
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
def SceneManager.run
|
def SceneManager.run
|
||||||
# Exit.setup
|
Exit.setup
|
||||||
Exit.clearreset(true)
|
Exit.clearreset(true)
|
||||||
__wfexit_run__
|
__wfexit_run__
|
||||||
end
|
end
|
||||||
|
@ -183,9 +183,9 @@ ensure
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# 後処理を担当します。
|
# 後処理を担当します。
|
||||||
# スクリプト内容によってはここで解放処理が必要になることがあります。
|
# スクリプト内容によってはここで解放処理が必要になることがあります。
|
||||||
# Exit.dispose
|
Exit.dispose
|
||||||
# ★ ----------------------------------------------------------------------
|
# ★ ----------------------------------------------------------------------
|
||||||
# Exit.quit # フックを解放する。実行しないと終了しない危険性大
|
Exit.quit # フックを解放する。実行しないと終了しない危険性大
|
||||||
end
|
end
|
||||||
|
|
||||||
exit # Mainセクションが後に控えている時に処理が渡らないようにする
|
exit # Mainセクションが後に控えている時に処理が渡らないようにする
|
||||||
|
|
Loading…
Add table
Reference in a new issue