1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Nelson cd2179fc4d
Merge db7dd4b03f into 1b01a0636c 2025-07-17 18:32:33 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ struct EnginePreviewWindow : Window {
/* Get size of engine sprite, on loan from depot_gui.cpp */ /* Get size of engine sprite, on loan from depot_gui.cpp */
EngineID engine = static_cast<EngineID>(this->window_number); EngineID engine = static_cast<EngineID>(this->window_number);
EngineImageType image_type = EIT_PREVIEW; EngineImageType image_type = EIT_PURCHASE;
uint x, y; uint x, y;
int x_offs, y_offs; int x_offs, y_offs;