mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-02 12:10:05 +02:00
Fix 64-bit build of Entities/Player.es (of First Encounter)
This commit is contained in:
parent
430e0c8a95
commit
72bd84edb8
@ -2238,7 +2238,7 @@ functions:
|
|||||||
|
|
||||||
void RenderGameView(CDrawPort *pdp, void *pvUserData)
|
void RenderGameView(CDrawPort *pdp, void *pvUserData)
|
||||||
{
|
{
|
||||||
BOOL bShowExtras = (ULONG(pvUserData)&GRV_SHOWEXTRAS);
|
BOOL bShowExtras = (size_t(pvUserData)&GRV_SHOWEXTRAS);
|
||||||
|
|
||||||
// if not yet initialized
|
// if not yet initialized
|
||||||
if(!(m_ulFlags&PLF_INITIALIZED) || (m_ulFlags&PLF_DONTRENDER)) {
|
if(!(m_ulFlags&PLF_INITIALIZED) || (m_ulFlags&PLF_DONTRENDER)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user