Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Add missing iShipPriorityExecute assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
np-c0mp1ete committed Nov 21, 2021
1 parent 071dad5 commit d556b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ship/src/ship.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ void SHIP::Load(CSaveLoad *pSL)
ExecuteLayer = pSL->LoadDword();
const std::string sTmp = pSL->LoadString();
strcpy_s(cShipIniName, sTmp.c_str());
pSL->LoadLong();
iShipPriorityExecute = pSL->LoadLong();
fGravity = pSL->LoadFloat();
fSailState = pSL->LoadFloat();

Expand Down

0 comments on commit d556b7e

Please sign in to comment.