aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items/item.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-20 18:26:25 -0500
committerMatthew Hoops2011-12-20 18:26:25 -0500
commita600dcb56a9633ebfae0d726480352b6f2e9b3ba (patch)
treefe0707cb889f8f5f424bf97ba280d5aede49e73c /engines/pegasus/items/item.cpp
parent5fe762e7cdfd2ca72129abe2eac181ae5402aaff (diff)
downloadscummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.tar.gz
scummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.tar.bz2
scummvm-rg350-a600dcb56a9633ebfae0d726480352b6f2e9b3ba.zip
PEGASUS: Some space/misc cleanup
Diffstat (limited to 'engines/pegasus/items/item.cpp')
-rwxr-xr-xengines/pegasus/items/item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/items/item.cpp b/engines/pegasus/items/item.cpp
index 83e3b0231e..a49bb4a466 100755
--- a/engines/pegasus/items/item.cpp
+++ b/engines/pegasus/items/item.cpp
@@ -217,7 +217,7 @@ TimeValue Item::getSharedAreaTime() const {
return time;
}
-// Must affect images in shared area.
+// Must affect images in shared area.
void Item::select() {
_isSelected = true;