mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
`FrontLine` is tightly coupled with `ConflictTheater`. Moved into the same module to prevent circular imports. Moved `ConflictTheater.frontline_data` from class var to instance var to allow save games to have different versions of frontlines.
2 lines
117 B
Python
2 lines
117 B
Python
"""Only here to keep compatibility for save games generated in version 2.2.0"""
|
|
from theater.conflicttheater import * |