mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
fix spelling
This commit is contained in:
parent
0da1484332
commit
ecd2383465
@ -610,7 +610,7 @@ void Isle::Tick(BOOL sleepIfNotNextFrame)
|
||||
|
||||
ds.SetAtomId(stream->atom);
|
||||
ds.SetUnknown24(0xFFFF);
|
||||
ds.SetUnkown1c(0);
|
||||
ds.SetUnknown1c(0);
|
||||
VideoManager()->EnableFullScreenMovie(TRUE, TRUE);
|
||||
|
||||
if (Start(&ds) != SUCCESS) {
|
||||
@ -619,7 +619,7 @@ void Isle::Tick(BOOL sleepIfNotNextFrame)
|
||||
} else {
|
||||
ds.SetAtomId(stream->atom);
|
||||
ds.SetUnknown24(0xFFFF);
|
||||
ds.SetUnkown1c(0);
|
||||
ds.SetUnknown1c(0);
|
||||
if (Start(&ds) != SUCCESS) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ class MxDSObject : public MxCore
|
||||
inline const MxAtomId& GetAtomId() { return this->m_atomId; }
|
||||
inline int GetUnknown1c() { return this->m_unk1c; }
|
||||
|
||||
inline void SetUnkown1c(int p_unk1c) { this->m_unk1c = p_unk1c; }
|
||||
inline void SetUnknown1c(int p_unk1c) { this->m_unk1c = p_unk1c; }
|
||||
inline void SetUnknown24(unsigned short p_unk24) { this->m_unk24 = p_unk24; }
|
||||
|
||||
void SetAtomId(MxAtomId p_atomId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user