forked from mirror/OpenTTD
(svn r15212) -Feature [FS#2566]: Change the dropdown box where you can chose which edges will be water to 4 pushbuttons (based on patch by planetmaker).
This commit is contained in:
@@ -17,4 +17,15 @@ enum LandscapeType {
|
||||
NUM_LANDSCAPE = 4,
|
||||
};
|
||||
|
||||
/**
|
||||
* For storing the water borders which shall be retained.
|
||||
*/
|
||||
enum Borders {
|
||||
BORDER_NE = 0,
|
||||
BORDER_SE = 1,
|
||||
BORDER_SW = 2,
|
||||
BORDER_NW = 3,
|
||||
BORDERS_RANDOM = 16,
|
||||
};
|
||||
|
||||
#endif /* LANDSCAPE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user