start on jumping to next system

This commit is contained in:
Tenari
2026-03-05 08:09:23 -06:00
parent b8daf6cbc8
commit 31c6b492c1
3 changed files with 121 additions and 15 deletions
+2
View File
@@ -766,6 +766,8 @@ fn void* gameLoop(void* params) {
//.cu_m_o2; // we are just saying you can buy as much o2 as you want
.id = ++state.next_eid, // start from 1
};
player_ship.commodities[CommodityHydrogenFuel] = 2000;
player_ship.commodities[CommodityOxygen] = 1000;
account->ship = player_ship;
printf("ship_type=%s, client_handle=%d, acct_id=%d\n", SHIP_TYPE_STRINGS[msg.byte], client_handle, account->id);
u32 starting_system_idx = rand() % STAR_SYSTEM_COUNT;