fix warnings

svn-id: r12504
This commit is contained in:
Paweł Kołodziejski 2004-01-18 20:57:46 +00:00
parent aa0ad9b491
commit 2c3dd03d26
5 changed files with 9 additions and 9 deletions

View file

@ -106,7 +106,7 @@ void Router::allocateRouteMem(void) {
if (_routeSlots[slotNo])
freeRouteMem();
_routeSlots[slotNo] = _vm->_memory->allocMemory(sizeof(WalkData) * O_WALKANIM_SIZE, MEM_locked, UID_walk_anim);
_routeSlots[slotNo] = _vm->_memory->allocMemory(sizeof(WalkData) * O_WALKANIM_SIZE, MEM_locked, (uint32)UID_walk_anim);
// 12000 bytes were used for this in Sword1 mega compacts, based on
// 20 bytes per 'WalkData' frame