-
-
Notifications
You must be signed in to change notification settings - Fork 501
Other fixes for #3848 #3900
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
Other fixes for #3848 #3900
Conversation
tederis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to merge it faster than normal because this PR fixes the assertation problem described here: c0376c9#r150652050.
|
If a problem is found, write here, I will fix it as soon as possible. |
| CHandlingEntry* pEntry = pVehicle->GetHandlingData(); | ||
|
|
||
| lua_newtable(luaVM); | ||
| if (const auto* const entry = pVehicle->GetHandlingData()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should never happen. Handling is just broken after this chain of PR's
These are bug fixes and what was not implemented that was in the plans