Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)

svn-id: r4909
This commit is contained in:
Michael Pearce 2002-09-09 05:56:11 +00:00
parent 5b8eb34406
commit 0fbefc72aa
12 changed files with 300 additions and 4 deletions

View file

@ -772,6 +772,12 @@ void OSystem_MAC::copy_rect(const byte *buf, int pitch, int x, int y, int w, int
} while(--h);
}
void OSystem_MAC::move_screen(int dx, int dy) {
}
void OSystem_MAC::add_dirty_rect(int x, int y, int w, int h) {
if (force_full)
return;