Issue information

Issue ID
#6860
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 5, 2012 20:46
Last Post
Hercules Elf Bot
Nov 6, 2012 19:02
Confirmation
N/A

Hercules Elf Bot - Nov 5, 2012 20:46

Originally posted by [b]Lemongrass[/b]
doc/map_cache.txt:
[quote]
The first 6 bytes are a main header:
<unsigned long> file size
<unsigned short> number of maps
[/quote]

src/map/map.c:
[code]
// This is the main header found at the very beginning of the map cache
struct map_cache_main_header {
uint32 file_size;
uint16 map_count;
};
[/code]

So please match it up in the documentation file. :)
[quote]
The first 6 bytes are a main header:
[color=#ff0000]<unsigned int> file size[/color]
<unsigned short> number of maps
[/quote]

// Offtopic:
I do not know why the file size even has to be in there, but that is a different matter.

This post has been edited by Lemongrass on Nov 5, 2012 20:47

Hercules Elf Bot - Nov 6, 2012 19:02

Originally posted by [b]Akkarin[/b]
Updating status: [b]Fixed[/b] in [rev=16863]

This post has been edited by Akkarin on Nov 6, 2012 19:38