diff options
Diffstat (limited to 'src/d/d_snap.cpp')
| -rw-r--r-- | src/d/d_snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_snap.cpp b/src/d/d_snap.cpp index b8ec078e..6369ea8c 100644 --- a/src/d/d_snap.cpp +++ b/src/d/d_snap.cpp @@ -2160,7 +2160,7 @@ void dSnap_packet::SetResult() { if (sp8[m_tbl[col].m_obj.GetPhoto()] != 0) { continue; } - if (m_judge_tbl[m_tbl[col].m_obj.GetPhoto()] != NULL) { + if (m_judge_tbl[m_tbl[col].m_obj.GetPhoto()] != 0) { field_0x10 = m_tbl[col].m_obj.GetPhoto(); mResult = (this->*m_judge_tbl[m_tbl[col].m_obj.GetPhoto()])(); r30 = m_tbl[col].m_obj.mCapturedPixels; |
