diff -r 01d19beae592 -r 3a3289a049f9 src/gfx.cpp --- a/src/gfx.cpp Mon Nov 19 20:18:27 2007 +0000 +++ b/src/gfx.cpp Mon Nov 19 20:40:14 2007 +0000 @@ -1015,8 +1015,8 @@ void DrawDirtyBlocks() { byte *b = _dirty_blocks; - const int w = ALIGN(_screen.width, 64); - const int h = ALIGN(_screen.height, 8); + const int w = Align(_screen.width, 64); + const int h = Align(_screen.height, 8); int x; int y;