mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Remove no longer needed code
This commit is contained in:
parent
23de4a188b
commit
1967416eb2
@ -98,8 +98,6 @@ void CPrivilegedInfoCallback::getAllTiles(std::unordered_set<int3, ShashInt3> &
|
|||||||
logGlobal->error("Illegal call to getAllTiles !");
|
logGlobal->error("Illegal call to getAllTiles !");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// bool water = surface == 0 || surface == 2,
|
|
||||||
// land = surface == 0 || surface == 1;
|
|
||||||
|
|
||||||
std::vector<int> floors;
|
std::vector<int> floors;
|
||||||
if(level == -1)
|
if(level == -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user