* Changed ConditionalIsRoomtype() to use a full string compare instead of one charact...
commitcaeae167bb1ed694094daa4c8b6d9d1c303bd922
authorajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Thu, 19 Mar 2009 17:10:32 +0000 (19 17:10 +0000)
committerajc <ajc@c9418f8e-8c02-0410-9258-ad310909226a>
Thu, 19 Mar 2009 17:10:32 +0000 (19 17:10 +0000)
tree8222a10d9605c7ecace609c2a544972ade1a3750
parent5df7ec950858675bfb3b5dc6befd2fa128589ab9
* 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.)

git-svn-id: svn://uncensored.citadel.org/trunk@7234 c9418f8e-8c02-0410-9258-ad310909226a
webcit/roomops.c