* Changed ConditionalIsRoomtype() to use a full string compare instead of one charact...
authorArt Cancro <ajc@citadel.org>
Thu, 19 Mar 2009 17:10:32 +0000 (17:10 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Mar 2009 17:10:32 +0000 (17:10 +0000)
commit7925d3fcd87e400736929dc70335c76f7799d99e
tree8222a10d9605c7ecace609c2a544972ade1a3750
parentdf3f35ee7cdf997a9849654abd7ba0649ed6ab11
* Changed ConditionalIsRoomtype() to use a full string compare instead of one character in order to improve the readability and maintainability of this code.  (Also, the character being compared was the wrong one, so this also eliminates a bug.)
webcit/roomops.c