summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicFire.c
blob: 5a09c55f9e15a0d14e1c6834a360627ef7314c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Red color for scrolls --*/
#strict 2
#appendto MDBT
#appendto MFRB
#appendto LAVS
#appendto MGFL

func ScrollColor()
{
	return RGB(255, 0, 0);
}