- Added native variables to expression evaluator and replaced the previous

handling of actor variables in expressions with it.
- Added support for floating point constants to DECORATE expression evaluator.

SVN r1271 (trunk)
This commit is contained in:
Christoph Oelckers 2008-10-19 21:43:36 +00:00
commit b9afb78523
28 changed files with 3408 additions and 2459 deletions

View file

@ -914,6 +914,8 @@ FString FScanner::TokenName (int token, const char *string)
"'breakable'",
"'projectile'",
"'#include'",
"'fixed_t'",
"'angle_t'",
};
FString work;