- another #include fix for Linux.

- Added a 'logarithmic' parameter to S_GetRolloff.


SVN r1235 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-18 21:00:12 +00:00
commit 71dd0d0269
4 changed files with 24 additions and 7 deletions

View file

@ -54,6 +54,9 @@
#include "errors.h"
#include "version.h"
#include "w_wad.h"
#include "g_level.h"
#include "r_state.h"
#include "cmdlib.h"
// MACROS ------------------------------------------------------------------