summaryrefslogtreecommitdiffstats
path: root/include/uflags.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 10:47:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-19 10:47:08 +0800
commite104196846d0f656ae663d2a67eec9e02e43cbec (patch)
tree1e2ae1e56da2e7b2fb2f6c48a6e25964e7d7ea7c /include/uflags.h
parentdfaf5d3da31daab7f1ded878e939691e0d3840ae (diff)
downloadpttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.gz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.bz2
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.lz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.xz
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.tar.zst
pttbbs-e104196846d0f656ae663d2a67eec9e02e43cbec.zip
* change the name of 'movie' to 'adbanner' (advertisement banner), which is more descriptive.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4854 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/uflags.h')
-rw-r--r--include/uflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uflags.h b/include/uflags.h
index 4b695658..d0414db0 100644
--- a/include/uflags.h
+++ b/include/uflags.h
@@ -21,7 +21,7 @@
//#define CLOAK_FLAG 0x00000008 /* deprecated by cuser.invisible: true if cloak was ON last session */
#define FRIEND_FLAG 0x00000010 /* true if show friends only */
#define BRDSORT_FLAG 0x00000020 /* true if the boards sorted alphabetical */
-#define MOVIE_FLAG 0x00000040 /* true if show movie */
+#define ADBANNER_FLAG 0x00000040 /* (was: MOVIE_FLAG, true if show advertisement banner */
/* deprecated flag */
//#define COLOR_FLAG 0x00000080 /* true if the color mode open */
//#define MIND_FLAG 0x00000100 /* true if mind search mode open <-Heat*/