* Add PigModel and PigRenderer

This commit is contained in:
iProgramInCpp
2023-12-05 20:07:20 +02:00
parent 166bcf708e
commit ca295740dd
48 changed files with 156 additions and 15 deletions

View File

@@ -10,7 +10,6 @@
QuadrupedModel::QuadrupedModel(int i, float f) :
Model(64, 32),
m_bIsBaby(true), // @HUH: Why is this true?
m_head(0, 0),
m_unknown(0, 0),
m_body(28, 8),