diff options
| -rw-r--r-- | engines/tinsel/polygons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/polygons.h b/engines/tinsel/polygons.h index c0e75ed3e7..90c57d5f99 100644 --- a/engines/tinsel/polygons.h +++ b/engines/tinsel/polygons.h @@ -47,7 +47,7 @@ enum { // tagState enum TSTATE { - NO_TAG, TAG_OFF, TAG_ON + TAG_OFF, TAG_ON }; // pointState |
