LAB: Simplify readViews()

This commit is contained in:
Filippos Karapetis 2015-07-21 22:06:23 +03:00 committed by Eugene Sandulenko
parent 75882daa49
commit df3200ef0c
3 changed files with 6 additions and 8 deletions

View file

@ -855,7 +855,7 @@ void processMap(uint16 CurRoom) {
if (OldMsg != CurMsg) {
if (Rooms[CurMsg].RoomMsg == NULL)
readViews(CurMsg, ViewPath);
readViews(CurMsg);
if ((sptr = Rooms[CurMsg].RoomMsg)) {
mouseHide();