LAB: Simplify readViews()
This commit is contained in:
parent
75882daa49
commit
df3200ef0c
3 changed files with 6 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue