aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 6ce4fa5569..b6a54ec7b1 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -69,8 +69,8 @@ public:
enum {
SCREEN_W = 320,
SCREEN_H = 200,
- PAGE_SIZE = 320 * 200 + 1024,
- PAGE_NUM = 16
+ KYRA_PAGE_SIZE = 320 * 200 + 1024,
+ KYRA_PAGE_NUM = 16
};
private: