summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicEarth.c
blob: ab71cfddb797d843448c78e94bf8493974efcc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Green color for scrolls --*/
#strict 2
#appendto MSSH
#appendto MARK
#appendto MGPL
#appendto MGCY

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