mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11089] Move vmap files version magic string to single place in vmap_extractor_v3
No functional chnages in extractor.
This commit is contained in:
parent
d4304d471d
commit
deb31679bf
5 changed files with 5 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ bool Model::ConvertToVMAPModel(char * outfilename)
|
|||
printf("Can't create the output file '%s'\n",outfilename);
|
||||
return false;
|
||||
}
|
||||
fwrite("VMAP003",8,1,output);
|
||||
fwrite(szWMAPMAGIC,8,1,output);
|
||||
uint32 nVertices = 0;
|
||||
nVertices = header.nBoundingVertices;
|
||||
fwrite(&nVertices, sizeof(int), 1, output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue