mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
TONY: Fixed sign of block identifier constant
This commit is contained in:
parent
d4777379d2
commit
739983f42f
@ -33,7 +33,7 @@ namespace MPAL {
|
||||
* MemoryManager methods
|
||||
\****************************************************************************/
|
||||
|
||||
const int BLOCK_ID = 0x12345678;
|
||||
const uint32 BLOCK_ID = 0x12345678;
|
||||
|
||||
/**
|
||||
* Allocates a new memory block
|
||||
|
Loading…
Reference in New Issue
Block a user