Skip to content

Commit

Permalink
MORTEVIELLE: Remove constants previously used by the mouse code
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jul 21, 2013
1 parent 7926ab4 commit a086170
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions engines/mortevielle/mortevielle.h
Expand Up @@ -69,11 +69,6 @@ const int kAdrPictureComp = 0x7000;

const int kAdrDecBuffer = 0x73A2;

const int kAdrEGA = 0xA000;
const int kAdrHERC = 0xB000;
const int kAdrCGA1 = 0xB800;
const int kAdrCGA2 = 0xBA00;

#define ord(v) ((int) v)
#define chr(v) ((unsigned char) v)
#define lo(v) ((v) & 0xff)
Expand Down

0 comments on commit a086170

Please sign in to comment.