[10031] Replace hard coded quest dialog status value with enum value

Some minor code cleanup for readability.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-06-05 11:58:22 +02:00
parent f94175f90f
commit 2760e7d353
2 changed files with 31 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10030"
#define REVISION_NR "10031"
#endif // __REVISION_NR_H__