mirror of
https://github.com/halpz/re3.git
synced 2025-12-16 03:22:58 +00:00
Remove all constexpr
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user