Mercurial > mm7
changeset 460:62ca9e2e1432
little fix
author | Ritor1 |
---|---|
date | Sun, 24 Feb 2013 23:44:16 +0600 |
parents | a7869569e912 |
children | e9f40d344067 91e1ba340f39 23f8ecb60dd3 |
files | mm7_4.cpp |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mm7_4.cpp Sun Feb 24 21:23:26 2013 +0600 +++ b/mm7_4.cpp Sun Feb 24 23:44:16 2013 +0600 @@ -9407,6 +9407,8 @@ //v1 = a1; uDialogueType = uMessageParam + 1; pCurrentNPCInfo = HouseNPCData[(unsigned int)((char *)pDialogueNPCCount + -(dword_591080 != 0) - 1)]; + if ( uMessageParam <= 23 ) + { switch ( uMessageParam ) { case 13: @@ -9470,7 +9472,7 @@ sub_4B3FE5(pEventNumber); } goto _return; - + } if ( uMessageParam != 76 ) { if ( uMessageParam == 77 ) @@ -9656,7 +9658,7 @@ goto LABEL_50; } _return: - pVideoPlayer->_4BF5B2(); + pVideoPlayer->_4BF5B2();//HouseVideo }