mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
Use NULL instead of 0
This commit is contained in:
@@ -45,7 +45,7 @@ void JFWDisplay::ctor_subroutine(const _GXRenderModeObj* mode, bool enableAlpha)
|
||||
mpRenderMode = mode != 0 ? mode : JUTVideo::getManager()->getRenderMode();
|
||||
|
||||
mGamma = 0;
|
||||
mpFader = 0;
|
||||
mpFader = NULL;
|
||||
mFrameRate = 1;
|
||||
mTickRate = 0;
|
||||
mCombinationRatio = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user