mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
parent
4aa45fd71b
commit
f00efb367a
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
{
|
||||
"name": "x86-Release",
|
||||
"generator": "Visual Studio 14 2015",
|
||||
"configurationType": "Release",
|
||||
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "-m -v:minimal",
|
||||
|
|
|
@ -21,8 +21,8 @@ class HousingZone : public Zone
|
|||
|
||||
/* returns current ward number for this zone */
|
||||
uint8_t getWardNum() const;
|
||||
const uint32_t m_wardMaxNum = 18;
|
||||
|
||||
const uint32_t m_wardMaxNum = 18;
|
||||
private:
|
||||
uint8_t m_wardNum;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue