Skip to content

Commit

Permalink
Add USE_VEHICLES to p2ce (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmob03 authored Jul 26, 2022
1 parent d5c6015 commit 8affb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unify_fgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Specific features that are backported to various games.

FEATURES: Dict[str, Set[str]] = {
'P2CE': {'HL2_ENTITIES', 'USE_PORTALS', 'USE_PAUSE', 'USE_NAV_MESH', 'USE_AI', 'USE_NEXTBOT', 'USE_SAVE_RESTORE',
'P2CE': {'HL2_ENTITIES', 'USE_VEHICLES', 'USE_PORTALS', 'USE_PAUSE', 'USE_NAV_MESH', 'USE_AI', 'USE_NEXTBOT', 'USE_SAVE_RESTORE',
'USE_SLOWTIME', 'INST_IO', 'VSCRIPT', 'PROPCOMBINE', 'USE_TEAM', 'USE_MULTIPLAYER'},
'MOMENTUM': {'USE_PORTALS', 'INST_IO', 'PROPCOMBINE'},
}
Expand Down

0 comments on commit 8affb85

Please sign in to comment.