Current behaviour:
Expected behaviour as per 1.5.0.
[refactoring5]: SW: No rocket launcher pushback at close ranges
Moderator: Raze Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [refactoring5]: SW: No rocket launcher pushback at close ranges
fixed. This was caused by multiplying with (3 / 4) which C++ turns into a 0 because both values are integers.
Re: [refactoring5]: SW: No rocket launcher pushback at close ranges
C++ gets you again! That sure is a tricky one that likes to sneak up on you when you least expect it.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49223
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [refactoring5]: SW: No rocket launcher pushback at close ranges
It didn't even get a warning on MSVC warning level 4. 
