nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] Any changes necessary?


From: LaZaRuS Returns
Subject: [Nel] Any changes necessary?
Date: Sun, 17 Nov 2002 16:11:35 +0000

Greetings,

Just for clarification, in bitmap.cpp, would changes to the third (nDestHeight<=0) of this if statement to (nDestWidth<=0) in the fucntion 'void CBitmap::resamplePicture32(const NLMISC::CRGBA *pSrc, NLMISC::CRGBA *pDest, sint32 nSrcWidth, sint32 nSrcHeight, sint32 nDestWidth, sint32 nDestHeight)' make any difference?

************************************************************************
if ((nSrcWidth<=0)||(nSrcHeight<=0)||(nDestHeight<=0)||(nDestHeight<=0))
                return;
************************************************************************
                               to
************************************************************************
if ((nSrcWidth<=0)||(nSrcHeight<=0)||(nDestWidth<=0)||(nDestHeight<=0))
                return;
************************************************************************

And also, will you be making the game world services for Ryzom open as well (for example: to set it up on a home lan), or will you just the releasing the client/frontend?

Regards,
 Jean Lou

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail





reply via email to

[Prev in Thread] Current Thread [Next in Thread]