Fix typo in comment

This commit is contained in:
G.K.MacGregor
2022-05-02 22:22:58 +01:00
parent 1302205911
commit 50582a95a4

View File

@@ -436,7 +436,7 @@ int LevelOnePage::levelRequired() const
case 0x01: // Full row colour case 0x01: // Full row colour
case 0x10 ... 0x13: // Origin Modifer and Object Invocation case 0x10 ... 0x13: // Origin Modifer and Object Invocation
case 0x15 ... 0x17: // Object Definition case 0x15 ... 0x17: // Object Definition
// Check if Object Defition is required only at Level 3.5 // Check if Object Definition is required only at Level 3.5
if ((m_enhancements.at(i).address() & 0x18) == 0x10) if ((m_enhancements.at(i).address() & 0x18) == 0x10)
return 3; return 3;
else else