Changeset 657:02dbe9fe9d87
- Timestamp:
- 08/08/15 07:24:29 (9 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/mlx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r656 r657 45 45 ## Flight simulator type: X-Plane 10 46 46 SIM_XPLANE10 = 4 47 48 ## Flight simulator type: Prepar3D 49 SIM_P3D = 5 47 50 48 51 #------------------------------------------------------------------------------- -
src/mlx/fsuipc.py
r559 r657 381 381 fsType = const.SIM_MSFSX \ 382 382 if pyuipc.fs_version == pyuipc.SIM_FSX \ 383 else const.SIM_P3D \ 384 if pyuipc.fs_version == pyuipc.SIM_P3D \ 383 385 else const.SIM_MSFS9 384 386
Note:
See TracChangeset
for help on using the changeset viewer.