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:
parent
23de4a188b
commit
1967416eb2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user