[7014] Fixed setting initial value of achievement criteria counter, broken after 21df99d7. With that bug players had to complete an achievement criteria n+1 times

This commit is contained in:
arrai 2009-01-03 14:51:09 +01:00
parent 7e5c17b6c3
commit 7864c9aee1
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7013"
#define REVISION_NR "7014"
#endif // __REVISION_NR_H__