rename Big->Wide, add Tall

This commit is contained in:
Chris Danford
2003-02-19 22:58:14 +00:00
parent bda29657d6
commit 71134fd2cf
11 changed files with 65 additions and 16 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ struct PlayerOptions
enum Transform {
TRANSFORM_NONE=0,
TRANSFORM_LITTLE,
TRANSFORM_BIG,
TRANSFORM_WIDE,
TRANSFORM_TALL,
NUM_TRANSFORMS
} m_Transform;
void NextTransform();