Mercurial > mm7
comparison mm7_5.cpp @ 405:c0700eaabeb8
AnimatedRooms fix and change name of function
author | Ritor1 |
---|---|
date | Sat, 23 Feb 2013 18:30:31 +0600 |
parents | a05e12cac518 |
children | 111f25d1cc04 |
comparison
equal
deleted
inserted
replaced
404:9fb8fb53d588 | 405:c0700eaabeb8 |
---|---|
15511 { | 15511 { |
15512 DrawBranchlessDialogueUI(); | 15512 DrawBranchlessDialogueUI(); |
15513 } | 15513 } |
15514 continue; | 15514 continue; |
15515 } | 15515 } |
15516 pWindowList[pVisibleWindowsIdxs[i] - 1]._4B3157(); | 15516 pWindowList[pVisibleWindowsIdxs[i] - 1].HouseDialogManager(); |
15517 if ( !window_SpeakInHouse ) | 15517 if ( !window_SpeakInHouse ) |
15518 continue; | 15518 continue; |
15519 v10 = window_SpeakInHouse->ptr_1C; | 15519 v10 = window_SpeakInHouse->ptr_1C; |
15520 if ( (signed int)v10 >= 53 ) | 15520 if ( (signed int)v10 >= 53 ) |
15521 continue; | 15521 continue; |