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

Fix damage not being applied when hitting walls #164

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

dethrace-labs
Copy link
Owner

@dethrace-labs dethrace-labs commented Sep 16, 2022

@@ -18,7 +18,8 @@ else()
include(GetGitRevisionDescription)
git_describe(DETHRACE_VERSION)
endif()
message(STATUS "DethRace version ${DETHRACE_VERSION}")

message(STATUS "dethrace version ${DETHRACE_VERSION}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a reminder if you ever decide to create a new dethrace release, to not forget to include a VERSION file in the source release.

@dethrace-labs dethrace-labs merged commit 76ea16a into main Sep 28, 2022
@dethrace-labs dethrace-labs deleted the fix-wall-damage branch September 28, 2022 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Car is not damaged by collisions with walls
2 participants