- This should have been part of an earlier commit, no idea why it wasn't saved...

This commit is contained in:
Christoph Oelckers 2016-07-16 09:35:20 +02:00
parent 1ef8057fa7
commit a2f56b6ef5
1 changed files with 2 additions and 2 deletions

View File

@ -345,8 +345,8 @@ enum
MDL_ROTATING = 4,
MDL_INTERPOLATEDOUBLEDFRAMES = 8,
MDL_NOINTERPOLATION = 16,
MDL_INHERITACTORPITCH = 32,
MDL_INHERITACTORROLL = 64,
MDL_USEACTORPITCH = 32,
MDL_USEACTORROLL = 64,
MDL_BADROTATION = 128,
};