aboutsummaryrefslogtreecommitdiff
path: root/saga/input.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-10-27 21:32:28 +0000
committerPaweł Kołodziejski2004-10-27 21:32:28 +0000
commitc7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312 (patch)
tree89634611acbd66a70597ea99b9b7d8c27a254c02 /saga/input.cpp
parent117952430d8a64692ae01f122916f1ac52f7ca0f (diff)
downloadscummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.tar.gz
scummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.tar.bz2
scummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.zip
removed R_ prefix with few r_ too
svn-id: r15690
Diffstat (limited to 'saga/input.cpp')
-rw-r--r--saga/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/input.cpp b/saga/input.cpp
index 4bab4b5a54..37f764eee4 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -132,7 +132,7 @@ int SagaEngine::processInput() {
}
}
- return R_SUCCESS;
+ return SUCCESS;
}
Point SagaEngine::getMousePos() {