Codechange: make EngineImageType a scoped enum (#15755)

This commit is contained in:
Peter Nelson
2026-06-21 09:05:41 +01:00
committed by GitHub
parent a57eb70e05
commit 9f49ea4177
15 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -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();