MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / GUI_FactoryWindow_LoadGraymapTbl

Function GUI_FactoryWindow_LoadGraymapTbl

src/gui/gui.c:2710–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708}
2709
2710static uint32 GUI_FactoryWindow_LoadGraymapTbl(void)
2711{
2712 uint8 fileID;
2713
2714 fileID = File_Open("GRAYRMAP.TBL", FILE_MODE_READ);
2715 File_Read(fileID, s_factoryWindowGraymapTbl, 256);
2716 File_Close(fileID);
2717
2718 return 256;
2719}
2720
2721static uint16 GUI_FactoryWindow_CalculateStarportPrice(uint16 credits)
2722{

Callers 1

GUI_FactoryWindow_InitFunction · 0.85

Calls 2

File_ReadFunction · 0.85
File_CloseFunction · 0.85

Tested by

no test coverage detected