summaryrefslogtreecommitdiff
path: root/src/q_ultrae.c
blob: d34d8b8fc078399cd1b02ec587e0f391409e5dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Here takes place the Evil ultra ending
 */

#undef cquest
#define cquest (quest[QUEST_ULTRA_EVIL])

bool quest_ultra_evil_init_hook(int q)
{
	return (FALSE);
}