(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* Order of these enums has to be the same as in lang/english.txt
|
||||
* Otherwise you will get inconsistent behaviour.
|
||||
*/
|
||||
enum {
|
||||
enum HeightmapRotation {
|
||||
HM_COUNTER_CLOCKWISE, ///< Rotate the map counter clockwise 45 degrees
|
||||
HM_CLOCKWISE, ///< Rotate the map clockwise 45 degrees
|
||||
};
|
||||
|
Reference in New Issue
Block a user