diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2008-10-10 18:05:43 +0000 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2008-10-10 18:05:43 +0000 |
commit | 591382f613cdfc330ec78af577bd1783a101e2d0 (patch) | |
tree | 7c4f8e0315a1bf8f4e1f2352a6d5c4cf7367f664 | |
parent | 5f3875018ee9977917d6fff5f2c2cf87db41ce3e (diff) |
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.
-rw-r--r-- | install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml index c118ed6fd8..b6052f17bc 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> |