aboutsummaryrefslogtreecommitdiff
path: root/sword1/mouse.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2004-11-09 04:20:33 +0000
committerRobert Göffringmann2004-11-09 04:20:33 +0000
commit48548aab247b0e3f3796b1018c6a664cb36b9c03 (patch)
treeae7db87474cc99d49d13b408ad0c43379ec9afa9 /sword1/mouse.cpp
parent021f2cbccedfd2ed197bb4c54c3d5cf1fc3ca89f (diff)
downloadscummvm-rg350-48548aab247b0e3f3796b1018c6a664cb36b9c03.tar.gz
scummvm-rg350-48548aab247b0e3f3796b1018c6a664cb36b9c03.tar.bz2
scummvm-rg350-48548aab247b0e3f3796b1018c6a664cb36b9c03.zip
oops
svn-id: r15736
Diffstat (limited to 'sword1/mouse.cpp')
-rw-r--r--sword1/mouse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/mouse.cpp b/sword1/mouse.cpp
index c799cdb7eb..3bb53c892b 100644
--- a/sword1/mouse.cpp
+++ b/sword1/mouse.cpp
@@ -44,8 +44,8 @@ Mouse::~Mouse(void) {
setLuggage(0, 0);
setPointer(0, 0);
- for (uint8 cnt = 0; cnt < 17; cnt++) // force res manager to keep mouse
- _resMan->resClose(MSE_POINTER + cnt); // cursors in memory all the time
+ for (uint8 cnt = 0; cnt < 17; cnt++) // close mouse cursor resources
+ _resMan->resClose(MSE_POINTER + cnt);
}
void Mouse::initialize(void) {