mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Remove no longer needed code
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user