Code now runs on Linux for local files

I still need to add the support for message broadcasting tho, it should
not be that hard
This commit is contained in:
2024-10-28 12:15:16 +00:00
parent d48a6fa24a
commit 78a2512410
5 changed files with 15 additions and 6 deletions
+3
View File
@@ -51,6 +51,9 @@ func Init(f Reader) (*IBT, error) {
return nil, fmt.Errorf("Failed to open memory mapped file: %v", err)
}
ibt.LiveData = true
// Here we also need to open the broadcast message thing and the
// thing to check if the game is open
}
// Read the file headers