From 591382f613cdfc330ec78af577bd1783a101e2d0 Mon Sep 17 00:00:00 2001 From: Andrew Meadows <andrew@lindenlab.com> Date: Fri, 10 Oct 2008 18:05:43 +0000 Subject: [PATCH] Modified the hkDebugMemory.h file: OutputDebugString(s) ==> OutputDebugStringA(s) to prevent a bad cast error in the windows debug build of the simulator. I packaged up a new havok-4.6.1 windows binary and modified the install.xml file. --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.xml b/install.xml index c118ed6fd83..b6052f17bcb 100644 --- a/install.xml +++ b/install.xml @@ -676,9 +676,9 @@ <key>windows</key> <map> <key>md5sum</key> - <string>d4870e9ec615b221c4b5891b6e11235e</string> + <string>f25fbb29c2275267233c79f0c68ca37f</string> <key>url</key> - <uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/havok-4.6.1-windows-20081009.tar.bz2</uri> + <uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/havok-4.6.1-windows-20081010.tar.bz2</uri> </map> </map> </map> -- GitLab