Remove all constexpr

This commit is contained in:
Filip Gawin
2020-03-22 14:43:14 +01:00
parent b57e4febb0
commit 0e817230af
4 changed files with 17 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ uint8 &cDisplay = *(uint8 *)0x650BA1;
int32 &gRetuneCounter = *(int32*)0x650B84;
bool& bHasStarted = *(bool*)0x650B7C;
constexpr int maxVolume = 127;
const int maxVolume = 127;
cMusicManager::cMusicManager()
{