mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Save-state: renamed SaveMapValueMemory() to SaveMemory()
This commit is contained in:
@@ -673,7 +673,7 @@ void CMouseInterface::SaveSnapshot(class YamlSaveHelper& yamlSaveHelper)
|
||||
// New label
|
||||
{
|
||||
YamlSaveHelper::Label buffer(yamlSaveHelper, "%s:\n", SS_YAML_KEY_BUFF);
|
||||
yamlSaveHelper.SaveMapValueMemory(m_byBuff, sizeof(m_byBuff));
|
||||
yamlSaveHelper.SaveMemory(m_byBuff, sizeof(m_byBuff));
|
||||
}
|
||||
|
||||
yamlSaveHelper.Save("%s: %d\n", SS_YAML_KEY_BUFFPOS, m_nBuffPos);
|
||||
|
||||
Reference in New Issue
Block a user