Modify ↓
Ticket #274 (closed bug: fixed)
mapLoad() rewrite
| Reported by: | Per | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | git/master |
| Keywords: | Cc: | warzone-dev@… | |
| Blocked By: | Blocking: | ||
| Operating System: | All/Non-Specific |
Description
I am doing this work in parts, because it started to involved some other parts of the code as well.
This first patch rewrite mapLoad() to access the map file directly with Physfs instead of casting structs at a memory buffer, cleaning up its API as well as its operation.
Attachments
Change History
comment:2 Changed 3 years ago by Per
(In [6662]) Clean up mapLoad(), using physfs to read directly from file instead of casting structs to a memory buffer. Closes ticket:274.
Note: See
TracTickets for help on using
tickets.

Patch to rewrite mapLoad()