now load waypoints from memory as well
changed versioning scheme updated linux makefiles
This commit is contained in:
parent
730ce7a1d4
commit
a61cd3b021
9 changed files with 20 additions and 44 deletions
|
|
@ -1056,7 +1056,7 @@ void Waypoint::InitTypes (void)
|
|||
|
||||
bool Waypoint::Load (void)
|
||||
{
|
||||
File fp (CheckSubfolderFile (), "rb");
|
||||
MemoryFile fp (CheckSubfolderFile ());
|
||||
|
||||
WaypointHeader header;
|
||||
memset (&header, 0, sizeof (header));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue