mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10231] Use VMAP::VMAPLoadResult instead raw int loadMap result.
This commit is contained in:
parent
06bcc77495
commit
0065693c4c
5 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ namespace VMAP
|
|||
VMapManager2();
|
||||
~VMapManager2(void);
|
||||
|
||||
int loadMap(const char* pBasePath, unsigned int pMapId, int x, int y);
|
||||
VMAPLoadResult loadMap(const char* pBasePath, unsigned int pMapId, int x, int y);
|
||||
|
||||
void unloadMap(unsigned int pMapId, int x, int y);
|
||||
void unloadMap(unsigned int pMapId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue