aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-11 08:04:41 +0000
committerTorbjörn Andersson2006-05-11 08:04:41 +0000
commit21b91adcdfe91f943f0b74502c4dfe1a3dca55cc (patch)
treebe9b86366f84bbc92f5840031a1d7a529e2b0554 /engines/lure/hotspots.cpp
parentdba0c5ca2c3a4f6495d0b4b83368e41da56866bb (diff)
downloadscummvm-rg350-21b91adcdfe91f943f0b74502c4dfe1a3dca55cc.tar.gz
scummvm-rg350-21b91adcdfe91f943f0b74502c4dfe1a3dca55cc.tar.bz2
scummvm-rg350-21b91adcdfe91f943f0b74502c4dfe1a3dca55cc.zip
Changed "it's" to "its" in a few comments.
svn-id: r22408
Diffstat (limited to 'engines/lure/hotspots.cpp')
-rw-r--r--engines/lure/hotspots.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 9c9ddfe156..b1501eff73 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -363,7 +363,7 @@ void Hotspot::faceHotspot(HotspotData *hotspot) {
}
}
-// Sets or clears the hotspot as occupying an area in it's room's pathfinding data
+// Sets or clears the hotspot as occupying an area in its room's pathfinding data
void Hotspot::setOccupied(bool occupiedFlag) {
int xp = x() >> 3;
@@ -1456,7 +1456,7 @@ void HotspotTickHandlers::droppingTorchAnimHandler(Hotspot &h) {
res.deactivateHotspot(h.hotspotId());
res.activateHotspot(0x41C);
- // Enable the fire and activate it's animation
+ // Enable the fire and activate its animation
HotspotData *fire = res.getHotspot(0x418);
fire->flags |= 0x80;
fire->loadOffset = 0x7172;