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:
+1
-1
@@ -673,7 +673,7 @@ u16 fopNpc_npc_c::talk(int param_1) {
|
||||
}
|
||||
|
||||
mCurrMsgBsPcId = fopMsgM_messageSet(mCurrMsgNo, this);
|
||||
mpCurrMsg = 0;
|
||||
mpCurrMsg = NULL;
|
||||
}
|
||||
else {
|
||||
if(mpCurrMsg) {
|
||||
|
||||
Reference in New Issue
Block a user