Enochen / bastmush

Automatically exported from code.google.com/p/bastmush
0 stars 0 forks source link

miniwin_map issue #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In rooms 15598, 15606-15608, the map is displayed incorrectly in the miniwin.  
The mud sends:

 ---         ---     ------- 
|[ ]|       |<@.|   |[!]|[!]|
|    -------     ---        |
|.@. [!] [ ] [#] [!] [!] [!]|
|        ---     ---        |
|[!]|[!]|   |,|`|   |"!" [!]|
 -------    |   |    ------- 
            |,!`|         
             ---          

the miniwin displays:
 ---         ---     ------- 
|[ ]|       |<@.|   |[!]|[!]|
|    -------     ---        |
|. [!] [ ] [#] [!] [!] [!]|
|        ---     ---        |
|[!]|[!]|   |,|`|   |"!" [!]|
 -------    |   |    ------- 
            |,!`|         
             ---          

Looks like the same issue on the west side...
mud sends:
    ---     -------         
    |<@.|   |[!]|[!]|     
 ---     ---        |        
 [ ] [ ] [!] [#] [!]|     
 -----+-----        |        
            |"!"+[!]|     
             -------    

miniwin shows:
    ---     -------         
    |<|   |[!]|[!]|     
 ---     ---        |        
 [ ] [ ] [!] [#] [!]|     
 -----+-----        |        
            |"!"+[!]|     
             -------    

Original issue reported on code.google.com by musidan@gmail.com on 6 Jun 2011 at 2:48

GoogleCodeExporter commented 9 years ago
What are is this in?  I don't have this in my db.

Original comment by enda...@gmail.com on 11 Sep 2011 at 12:18

GoogleCodeExporter commented 9 years ago
fixed in next release

Original comment by enda...@gmail.com on 28 Dec 2011 at 7:34