mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
9ab6557822
- To really take advantage of this function, I thought it would be useful to be able to add additional models if the user wants to. Let's say you got a player model at index 0. Your gun model has the same frames, but you don't want to duplicate the modeldef data. With generator index, you don't need to duplicate the data, just tell generator index to clone frame data from index 0. - Implemented a little something to check if a negative skin or model index were passed, and prevent modders from pulling that off. |
||
---|---|---|
.. | ||
static | ||
CMakeLists.txt |