|
|
@ -474,16 +474,16 @@ void CSPhraseManager::memorizePhrase(uint32 memoryLine, uint32 memorySlot, ui
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CSPhraseManager::selectMemoryLineDBalt(sint32 memoryLine)
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
void CSPhraseManager::selectMemoryLineDB(sint32 memoryLine)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if(memoryLine<0)
|
|
|
|
if(memoryLine<0)
|
|
|
|
memoryLine= -1;
|
|
|
|
memoryLine= -1;
|
|
|
|
|
|
|
|
|
|
|
|
if(_SelectedMemoryDBalt!=memoryLine)
|
|
|
|
if(_SelectedMemoryDB!=memoryLine)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_SelectedMemoryDBalt= memoryLine;
|
|
|
|
_SelectedMemoryDB= memoryLine;
|
|
|
|
// since memory selection changes then must update all the DB and the Ctrl states
|
|
|
|
// since memory selection changes then must update all the DB and the Ctrl states
|
|
|
|
|
|
|
|
|
|
|
|
updateMemoryDBAll();
|
|
|
|
updateMemoryDBAll();
|
|
|
|
updateAllMemoryCtrlState();
|
|
|
|
updateAllMemoryCtrlState();
|
|
|
|
updateAllMemoryCtrlRegenTickRange();
|
|
|
|
updateAllMemoryCtrlRegenTickRange();
|
|
|
@ -492,14 +492,14 @@ void CSPhraseManager::selectMemoryLineDBalt(sint32 memoryLine)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// ***************************************************************************
|
|
|
|
void CSPhraseManager::selectMemoryLineDBalt(sint32 memoryLine)
|
|
|
|
void CSPhraseManager::selectMemoryLineDB(sint32 memoryLine)
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if(memoryLine<0)
|
|
|
|
if(memoryLine<0)
|
|
|
|
memoryLine= -1;
|
|
|
|
memoryLine= -1;
|
|
|
|
if(_SelectedMemoryDB!=memoryLine)
|
|
|
|
|
|
|
|
|
|
|
|
if(_SelectedMemoryDBalt!=memoryLine)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_SelectedMemoryDB= memoryLine;
|
|
|
|
_SelectedMemoryDBalt= memoryLine;
|
|
|
|
// since memory selection changes then must update all the DB and the Ctrl states
|
|
|
|
// since memory selection changes then must update all the DB and the Ctrl states
|
|
|
|
updateMemoryDBAll();
|
|
|
|
updateMemoryDBAll();
|
|
|
|
updateAllMemoryCtrlState();
|
|
|
|
updateAllMemoryCtrlState();
|
|
|
|