On disconnect, changed the SetStatusText() to "" for 1, and 2 to blank
authorSteve Williams <patriot@uncensored.citadel.org>
Mon, 15 Nov 1999 05:22:11 +0000 (05:22 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Mon, 15 Nov 1999 05:22:11 +0000 (05:22 +0000)
the 2nd and 3rd status fields.  Also fixed zap again.  Replaced the
'zapped rooms' floor in the roomtree.cpp.

daphne/ChangeLog
daphne/roomtree.cpp

index 74a7c7794deb21a0e6eced3e6f0aa1d2cbda94bb..0809330eec7bd35b2dcef6b71edec7360cc1c609 100644 (file)
@@ -1,8 +1,13 @@
- $Log$
- Revision 1.10  1999/11/15 05:05:13  smw
- Added some checks for connectivity.  The roomview commands were locking
- Daphne if the program wasn't connected.  Now it's not.  All nice and
- stable.
+$Log$
+Revision 1.11  1999/11/15 05:22:11  smw
+On disconnect, changed the SetStatusText() to "" for 1, and 2 to blank
+the 2nd and 3rd status fields.  Also fixed zap again.  Replaced the
+'zapped rooms' floor in the roomtree.cpp.
+
+Revision 1.10  1999/11/15 05:05:13  smw
+Added some checks for connectivity.  The roomview commands were locking
+Daphne if the program wasn't connected.  Now it's not.  All nice and
+stable.
 
 Revision 1.9  1999/11/15 04:19:18  smw
 Killed the refresh timer in who.cpp
index 8bed5eb202391e4b4010fa1100ddbc926c1f307f..a24de2862a87ed080cf6718a846c2a9b2a50a880 100644 (file)
@@ -15,8 +15,8 @@ enum {
        RI_NOTHING,
        RI_ROOM,
        RI_CURRUSER,
-       RI_SERVPROPS
-/*     RI_ZAPPED */
+       RI_SERVPROPS,
+       RI_ZAPPED 
 };
 
 
@@ -97,7 +97,7 @@ void RoomTree::LoadRoomList(void) {
        wxTreeItemId prev;
        int i, pos, floornum, where;
        int mailfloor;
-/*     int zapfloor; */
+       int zapfloor; 
        unsigned int roomflags;
 
        prev = null_item;
@@ -195,7 +195,7 @@ void RoomTree::LoadRoomList(void) {
        }
 
 
-/*     // Create a bogus floor for zapped rooms
+       // Create a bogus floor for zapped rooms
 
        zapfloor = AppendItem(
                GetRootItem(),
@@ -225,7 +225,7 @@ void RoomTree::LoadRoomList(void) {
                         );
         }
 
-*/
+
 
        wxTreeItemId sp = AppendItem(
                GetRootItem(),
@@ -290,10 +290,10 @@ void RoomTree::OnDoubleClick(wxTreeEvent& evt) {
                RoomList->LoadRoomList();
                break;
 
-/*     case RI_ZAPPED:
+       case RI_ZAPPED:
                RoomList->DeleteAllItems();
                RoomList->LoadRoomList(); 
-               break; */
+               break; 
 
 
        case RI_SERVPROPS: