Skip to content

Commit

Permalink
TONY: Fixed sign of block identifier constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 8, 2012
1 parent d477737 commit 739983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tony/mpal/memory.cpp
Expand Up @@ -33,7 +33,7 @@ namespace MPAL {
* MemoryManager methods
\****************************************************************************/

const int BLOCK_ID = 0x12345678;
const uint32 BLOCK_ID = 0x12345678;

/**
* Allocates a new memory block
Expand Down

0 comments on commit 739983f

Please sign in to comment.