# HG changeset patch # User nenolod # Date 1162337493 28800 # Node ID f026de9d341c769dc19912f6a72815f862a7a09a # Parent 4095ceb0440b2b57ad690105c70713bbbf62dc76 [svn] - fix reference diff -r 4095ceb0440b -r f026de9d341c ChangeLog --- a/ChangeLog Tue Oct 31 15:29:06 2006 -0800 +++ b/ChangeLog Tue Oct 31 15:31:33 2006 -0800 @@ -1,3 +1,15 @@ +2006-10-31 23:29:06 +0000 William Pitcock + revision [322] + - fix libmodplug references + + trunk/src/modplug/modplugbmp.cxx | 4 ++-- + trunk/src/modplug/plugin.cxx | 2 +- + trunk/src/modplug/sndfile.cxx | 4 ++-- + trunk/src/modplug/sndmix.cxx | 4 ++-- + trunk/src/modplug/tables.cxx | 4 ++-- + 5 files changed, 9 insertions(+), 9 deletions(-) + + 2006-10-31 22:13:43 +0000 William Pitcock revision [320] - add quakingscope paranormal preset (fairly complex colourmap/branched execution example) diff -r 4095ceb0440b -r f026de9d341c src/modplug/gui/main.cxx --- a/src/modplug/gui/main.cxx Tue Oct 31 15:29:06 2006 -0800 +++ b/src/modplug/gui/main.cxx Tue Oct 31 15:31:33 2006 -0800 @@ -26,8 +26,8 @@ #include #include "../stddefs.h" -#include -#include +#include "../stdafx.h" +#include "../sndfile.h" #include "../archive/open.h" #define MAX_MESSAGE_LENGTH 4000