[8355] Implement QUEST_STATUS_FAILED and simplify related code.

Use FailQuest for all quests that can fail and remove no longer needed function FailedTimedQuest.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-08-12 13:07:26 +02:00
parent 74a9624cc3
commit 88cf55928c
4 changed files with 36 additions and 42 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8354"
#define REVISION_NR "8355"
#endif // __REVISION_NR_H__