diff options
author | Paweł Kołodziejski | 2003-03-06 16:42:07 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-03-06 16:42:07 +0000 |
commit | 7b43dd1754f40abcbe54ebf6c55843fcb1688831 (patch) | |
tree | 6f61739c14f97ef91894d0693ee8e4b3c53c3dc4 /simon | |
parent | 31890b30fd4d2248c8d0a8791019c73f5112def9 (diff) | |
download | scummvm-rg350-7b43dd1754f40abcbe54ebf6c55843fcb1688831.tar.gz scummvm-rg350-7b43dd1754f40abcbe54ebf6c55843fcb1688831.tar.bz2 scummvm-rg350-7b43dd1754f40abcbe54ebf6c55843fcb1688831.zip |
removed duplicated macro
svn-id: r6716
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h index 242e00083d..91a4e96b0a 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -38,7 +38,6 @@ uint fileReadItemID(File *in); -#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0])) #define CHECK_BOUNDS(x,y) assert((uint)(x)<ARRAYSIZE(y)) #define NUM_PALETTE_FADEOUT 32 |