1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Remove no longer needed code

This commit is contained in:
Dydzio 2022-12-30 15:26:27 +01:00
parent 23de4a188b
commit 1967416eb2

View File

@ -98,8 +98,6 @@ void CPrivilegedInfoCallback::getAllTiles(std::unordered_set<int3, ShashInt3> &
logGlobal->error("Illegal call to getAllTiles !");
return;
}
// bool water = surface == 0 || surface == 2,
// land = surface == 0 || surface == 1;
std::vector<int> floors;
if(level == -1)