aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/menu.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-02 17:43:02 +0000
committerMax Horn2003-10-02 17:43:02 +0000
commit0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb (patch)
treecef3882f5cb527ab9ced0c208d6f9c045bf8f3c4 /sword2/driver/menu.cpp
parentf26d3d1784756fccaaf306f6b13a28cb709ad5bc (diff)
downloadscummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.tar.gz
scummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.tar.bz2
scummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.zip
renamed namespace ScummVM to Common
svn-id: r10544
Diffstat (limited to 'sword2/driver/menu.cpp')
-rw-r--r--sword2/driver/menu.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp
index f0783eac6a..8495e7cfb7 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -43,7 +43,7 @@ static uint8 pocketStatus[2][RDMENU_MAXPOCKETS] = {
static uint8 iconCount = 0;
-void ClearIconArea(int menu, int pocket, ScummVM::Rect *r) {
+void ClearIconArea(int menu, int pocket, Common::Rect *r) {
byte *dst;
int i;
@@ -74,7 +74,7 @@ int32 ProcessMenu(void) {
uint8 frameCount;
int32 curx, xoff;
int32 cury, yoff;
- ScummVM::Rect r1, r2;
+ Common::Rect r1, r2;
int32 delta;
static int32 lastTime = 0;
@@ -254,7 +254,7 @@ int32 HideMenu(uint8 menu) {
*/
int32 CloseMenuImmediately(void) {
- ScummVM::Rect r;
+ Common::Rect r;
int i;
menuStatus[0] = RDMENU_HIDDEN;
@@ -284,7 +284,7 @@ int32 CloseMenuImmediately(void) {
*/
int32 SetMenuIcon(uint8 menu, uint8 pocket, uint8 *icon) {
- ScummVM::Rect r;
+ Common::Rect r;
debug(5, "stub SetMenuIcon( %d, %d )", menu, pocket);