| 262 | } |
| 263 | |
| 264 | void CUIDiaryWnd::ReloadJournal() |
| 265 | { |
| 266 | if (Actor() && Actor()->encyclopedia_registry->registry().objects_ptr()->size() < prevArticlesCount) |
| 267 | ResetJournal(); |
| 268 | } |
| 269 | |
| 270 | void CUIDiaryWnd::ResetJournal() |
| 271 | { |
no test coverage detected