Internal editor: minimal compilation fixes

This commit is contained in:
Louis Gombert
2024-05-23 08:06:24 +02:00
parent 0fa8705291
commit 87f19acc2f
45 changed files with 370 additions and 235 deletions

View File

@@ -928,9 +928,9 @@ void CWorldObjectsPlayerDialog::UpdateShipView(void)
RECT rect;
int x, y, bm_handle,w,h,render_handle;
static int frame=0,spin_frame=0;
static last_ship=-1;
static last_model_handle=-1;
static ship_dir=0;
static int last_ship=-1;
static int last_model_handle=-1;
static int ship_dir=0;
if (Num_ships<1)