Rename Infocenterstate::m_buffer to m_letters (#558)

* Rename Infocenterstate::m_buffer

* Rename function

* Fix

* Fix

* Rename function

* Rename function

* Rename function
This commit is contained in:
Christian Semmler
2024-02-11 10:44:55 -05:00
committed by GitHub
parent 5233b48c59
commit 5bba81c0ca
5 changed files with 38 additions and 37 deletions

View File

@@ -126,7 +126,7 @@ MxResult LegoGameState::Save(MxULong p_slot)
MxResult result;
InfocenterState* infocenterState = (InfocenterState*) GameState()->GetState("InfocenterState");
if (!infocenterState || infocenterState->GetInfocenterBufferElement(0) == NULL) {
if (!infocenterState || !infocenterState->HasRegistered()) {
result = SUCCESS;
}
else {