Page MenuHomeFeedback Tracker

Wrong inheritance class for Small Churches from Contact expansion
Feedback, NormalPublic

Description

a3\structures_f_enoch\cultural\church_04\config.cpp

  • Land_Church_04_small_

inherited from Land_Church_04_F this is not correct, must be Land_Church_04_small_F

example:

  • from>>> Land_Church_04_small_lightblue_F: Land_Church_04_F
  • need to change to>>> Land_Church_04_small_lightblue_F: Land_Church_04_small_F

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Operating System Version
22H2
Category
Config
Steps To Reproduce
  1. open a3\structures_f_enoch\cultural\church_04\config.cpp
  2. use search in your text editor to find class Land_Church_04_small_
  3. you can see how the small churches inherited from the big one
Additional Information

the main problem is that the attributes of doors have passed to the small church, which do not exist in it, but exist in the big church

Event Timeline

TRAGER created this task.Jan 25 2023, 5:40 AM
dedmen set Ref Ticket to AIII-55543.Mar 1 2023, 1:45 PM
BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Mar 21 2023, 6:17 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.