This commit is contained in:
Paul 2001-06-10 23:20:13 +00:00
parent 0079e80562
commit 4178435133
2 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ class CScrollyBackground
public:
typedef enum
{
DRAWMODE_NORMAL=1,
DRAWMODE_NORMAL=0,
DRAWMODE_ADDITIVE=1,
DRAWMODE_SUBTRACTIVE=2,
}DRAWMODE;