Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative "weird meat" fix; corpses must have "corpse" != NULL -and- typeId() == "corpse". Meat retains "corpse" ptr for future shenanigans #2544

Merged

Conversation

Projects
None yet
3 participants
@atomicdryad
Copy link
Contributor

commented Aug 20, 2013

Both this and #2543 fix the same issue (that I accidentally introduced in #2527 , sorry =[)

This: corpses are based on typeid and require valid corpse pointer: Able to determine meat's origin (ie, this is meat from a crow). Only 1 'corpse' itype possible.
2453: corpses are based on valid corpse pointer; No way to tell meat's origin, With adjustments elsewhere, multiple corpse itypes possible.

atomicdryad added some commits Aug 20, 2013

Alternative "weird meat" fix; corpses must have "corpse" != NULL -and…
…- typeId() == "corpse". Meat retains "corpse" ptr for future shenanigans
@CataJenkins

This comment has been minimized.

Copy link

commented Aug 20, 2013

Build successful!
Refer to this link for build results: http://ci.narc.ro/job/Cataclysm-PullRequests/458/

@kevingranade kevingranade merged commit db00ab9 into CleverRaven:master Aug 21, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.