Changed "it's" to "its" in a few comments.
svn-id: r22408
This commit is contained in:
parent
dba0c5ca2c
commit
21b91adcdf
3 changed files with 4 additions and 4 deletions
|
@ -335,7 +335,7 @@ void Script::addActions(uint16 hotspotId, uint16 actions, uint16 v3) {
|
|||
hotspot->actions |= actions;
|
||||
}
|
||||
|
||||
// Checks the status of the cell door, and starts music depending on it's state
|
||||
// Checks the status of the cell door, and starts music depending on its state
|
||||
|
||||
void Script::checkCellDoor(uint16 v1, uint16 v2, uint16 v3) {
|
||||
// In the original game, this method checks to see if the cell door
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue