1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

- Fixed GCC warning

- Small refactoring
- Added RPM spec to SVN again (it's better to keep it there :) )
This commit is contained in:
beegee1
2013-08-19 18:20:11 +00:00
parent 5654fef901
commit a13d72b636
9 changed files with 116 additions and 31 deletions

View File

@ -12,7 +12,7 @@
#include "StdInc.h"
#include "CZoneGraphGenerator.h"
CZoneCell::CZoneCell(CRmgTemplateZone * zone) : zone(zone)
CZoneCell::CZoneCell(const CRmgTemplateZone * zone) : zone(zone)
{
}