diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-08-15 00:22:47 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-08-15 00:22:47 -0600 |
commit | e0efc5ef27039f03be4783d593508ea7480aa4d0 (patch) | |
tree | ec3f69ad6d79ce1378fa6cdd7545d6b6901c2e3c /dimension/common.terminals | |
parent | 8fed0cea862554f1d8316c2244e6d94f691abad6 (diff) | |
download | dimension-e0efc5ef27039f03be4783d593508ea7480aa4d0.tar.xz |
Add cylinder support to dimension.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 7ccc8cb..af75bb4 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -152,7 +152,7 @@ %token DMNSN_T_CUBIC_SPLINE %token DMNSN_T_CUBIC_WAVE %token DMNSN_T_CUTAWAY_TEXTURES -%token DMNSN_T_CYLINDER +%token DMNSN_T_CYLINDER "cylinder" %token DMNSN_T_CYLINDRICAL %token DMNSN_T_DEFINED %token DMNSN_T_DEGREES "degrees" @@ -315,7 +315,7 @@ %token DMNSN_T_ON "on" %token DMNSN_T_ONCE %token DMNSN_T_ONION -%token DMNSN_T_OPEN +%token DMNSN_T_OPEN "open" %token DMNSN_T_ORIENT %token DMNSN_T_ORIENTATION %token DMNSN_T_ORTHOGRAPHIC |