mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
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:

committed by
GitHub

parent
5233b48c59
commit
5bba81c0ca
@@ -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 {
|
||||
|
Reference in New Issue
Block a user