aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/video
AgeCommit message (Collapse)Author
2019-06-30JANITORIAL/CRYOMNI3D: Fix warnings in MSVCLe Philousophe
Most of them were due to setting -1 to unsigned values Else it was bogus unintialized values
2019-06-01CRYOMNI3D: Use byte instead of charLe Philousophe
2019-06-01CRYOMNI3D: Rename unsigned int to uintLe Philousophe
2019-06-01CRYOMNI3D: Use existing palette to init video oneLe Philousophe
This is useful when there will be hooks on video plays which use a palette entry not defined in video
2019-06-01CRYOMNI3D: Remove unused private membersLe Philousophe
This should remove LLVM warnings
2019-06-01CRYOMNI3D: Add engine for Versailles 1685Le Philousophe