Merge branch 'house_placing' into jgrpp
This commit is contained in:
@@ -236,6 +236,12 @@ enum WindowClass {
|
||||
*/
|
||||
WC_SELECT_STATION,
|
||||
|
||||
/**
|
||||
* Select town (when placing a house); %Window numbers:
|
||||
* - 0 = #SelectTownWidgets
|
||||
*/
|
||||
WC_SELECT_TOWN,
|
||||
|
||||
/**
|
||||
* News window; %Window numbers:
|
||||
* - 0 = #NewsWidgets
|
||||
@@ -370,6 +376,12 @@ enum WindowClass {
|
||||
*/
|
||||
WC_BUILD_OBJECT,
|
||||
|
||||
/**
|
||||
* Build house; %Window numbers:
|
||||
* - 0 = #BuildHouseWidgets
|
||||
*/
|
||||
WC_BUILD_HOUSE,
|
||||
|
||||
/**
|
||||
* Build vehicle; %Window numbers:
|
||||
* - #VehicleType = #BuildVehicleWidgets
|
||||
|
Reference in New Issue
Block a user