Fix 64-bit build of Entities/Player.es (of First Encounter)

This commit is contained in:
Daniel Gibson 2016-04-20 18:04:56 +02:00
parent 430e0c8a95
commit 72bd84edb8

View File

@ -2238,7 +2238,7 @@ functions:
void RenderGameView(CDrawPort *pdp, void *pvUserData)
{
BOOL bShowExtras = (ULONG(pvUserData)&GRV_SHOWEXTRAS);
BOOL bShowExtras = (size_t(pvUserData)&GRV_SHOWEXTRAS);
// if not yet initialized
if(!(m_ulFlags&PLF_INITIALIZED) || (m_ulFlags&PLF_DONTRENDER)) {