mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
correct inherit
This commit is contained in:
parent
268524a905
commit
5f6380cebf
@ -228,7 +228,7 @@ class CfgBaseBuilding
|
|||||||
snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
|
snapPointsPerp[] = {"N","S","E","W","CinN","CinS","CinE","CinW"};
|
||||||
energyCost = 0.5;
|
energyCost = 0.5;
|
||||||
};
|
};
|
||||||
class MetalFloor_SIM_EPOCH : Default
|
class MetalFloor_SIM_EPOCH : MetalFloor_EPOCH
|
||||||
{
|
{
|
||||||
allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
|
allowedSnapPoints[] = {"NF","SF","EF","WF","C"};
|
||||||
allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
|
allowedSnapObjects[] = {"Const_floors_static_F","Constructions_foundation_F"};
|
||||||
|
Loading…
Reference in New Issue
Block a user