mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Add loop and until keywords for hexen2 compat. Official code doesn't use these but they are supported by the official hcc thus mods do use them.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4447 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c74ad5cd53
commit
8537fa70ca
1 changed files with 2 additions and 0 deletions
|
@ -475,6 +475,8 @@ extern pbool keyword_string;
|
|||
extern pbool keyword_struct;
|
||||
extern pbool keyword_switch;
|
||||
extern pbool keyword_thinktime;
|
||||
extern pbool keyword_loop;
|
||||
extern pbool keyword_until;
|
||||
extern pbool keyword_var;
|
||||
extern pbool keyword_vector;
|
||||
extern pbool keyword_union;
|
||||
|
|
Loading…
Reference in a new issue