Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
セーブデータの管理を修正
  • Loading branch information
ambergon committed Jan 3, 2023
1 parent 541098f commit 75e7531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System_yaya/yaya_plugin2.dic
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ver. date noted
//------------------------------------------------------------------------------
load {
//RESTOREVAR()
RESTOREVAR("../SSP-CeVIO-Talker.cfg")
RESTOREVAR()
REQ.COMMAND = "LOAD"
REQ.PROTOCOL = "AYA/5.0"
var.req.key = (IARRAY, "Path")
Expand Down Expand Up @@ -142,7 +142,7 @@ unload {

PLUGINFW.ClearReferenceVariable
PLUGINFW.ClearValueexVariable
SAVEVAR("../SSP-CeVIO-Talker.cfg")
SAVEVAR()
//SAVEVAR()
}

Expand Down

0 comments on commit 75e7531

Please sign in to comment.