[7912] Remove unexpected indent from file tail.

Note: not code changes, and then binary not updated.
This commit is contained in:
VladimirMangos 2009-05-29 21:37:03 +04:00
parent 42f8ce5f3e
commit 81267151ad
2 changed files with 400 additions and 400 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7911" #define REVISION_NR "7912"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__

View file

@ -194,6 +194,7 @@ namespace VMAP
sprintf(buffer, "%03u",mapId); sprintf(buffer, "%03u",mapId);
dirname = std::string(buffer); dirname = std::string(buffer);
} }
result = fillModelContainerArray(dirname, mapId, x, y, mc); result = fillModelContainerArray(dirname, mapId, x, y, mc);
emptyArray(mc); emptyArray(mc);
} }
@ -589,5 +590,4 @@ namespace VMAP
} }
//========================================== //==========================================
} // VMAP
} // VMAP