mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: make EngineImageType a scoped enum (#15755)
This commit is contained in:
+1
-1
@@ -858,7 +858,7 @@ public:
|
||||
}
|
||||
|
||||
SetObjectToPlaceWnd(SPR_CURSOR_MOUSE, PAL_NONE, HT_DRAG, this);
|
||||
SetMouseCursorVehicle(v, EIT_IN_LIST);
|
||||
SetMouseCursorVehicle(v, EngineImageType::InList);
|
||||
_cursor.vehchain = true;
|
||||
|
||||
this->SetDirty();
|
||||
|
||||
Reference in New Issue
Block a user