[11975] Use a few more enums instead of magic numbers

This commit is contained in:
Schmoozerd 2012-04-22 23:34:59 +02:00
parent 5d445d5da9
commit 1f24d991e3
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11974"
#define REVISION_NR "11975"
#endif // __REVISION_NR_H__