1
0
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:
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 !"); 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)