Hello, first release here :D
(have not found this one anywhere)
In MoverActEvent.cpp
Search for:
(There should be 2 hits in the file)
Remove under both:
What does it do?
1. When moving with left click on collision you will keep moving.
2. When dropping off height with left click you will keep moving.
(have not found this one anywhere)
In MoverActEvent.cpp
Search for:
Code:
if( m_nCorr < 0 )
Remove under both:
Code:
ClearDest(); SendActMsg( OBJMSG_STAND );
1. When moving with left click on collision you will keep moving.
2. When dropping off height with left click you will keep moving.