summaryrefslogtreecommitdiff
path: root/src/q_ultrae.c
blob: 78471df57b0350e4135583ec4aebc81eb0a6dd7e (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);
}