[7593] Map::EnsureGridLoaded related cleanups and fixes:

* Make generic EnsureGridLoaded function and move specialized code to LoadGrid and EnsureGridLoadedAtEnter
* Rename args to gx/gy for low-level grid numbering values.
* Remove redundent LoadMpa call after always case loading maps in EnsureGridCreated
This commit is contained in:
VladimirMangos 2009-03-31 23:09:11 +04:00
parent 66b9cf7829
commit 5dc0a1ed97
4 changed files with 58 additions and 64 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7592"
#define REVISION_NR "7593"
#endif // __REVISION_NR_H__