From 83601671c7b6aca820b3d55ced8ba30d0c82b4b5 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Wed, 21 Nov 2007 19:13:38 +0000 Subject: (svn r11488) -Codechange: Spilt the random functions out to seperate file -Codechange: Make the mersenne twister more readable -Codechange: Unify the seeding process of random --- projects/openttd.vcproj | 9 ++++++--- projects/openttd_vs80.vcproj | 12 ++++++++---- projects/openttd_vs90.vcproj | 12 ++++++++---- 3 files changed, 22 insertions(+), 11 deletions(-) (limited to 'projects') diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 7ee50b846..cb4270d02 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -197,6 +197,9 @@ + + @@ -257,9 +260,6 @@ - - @@ -426,6 +426,9 @@ + + diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 07ec91eea..62b4019a8 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -495,6 +495,10 @@ RelativePath=".\..\src\console_cmds.cpp" > + + @@ -575,10 +579,6 @@ RelativePath=".\..\src\md5.cpp" > - - @@ -799,6 +799,10 @@ RelativePath=".\..\src\console.h" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9e23cebd3..a997e1682 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -492,6 +492,10 @@ RelativePath=".\..\src\console_cmds.cpp" > + + @@ -572,10 +576,6 @@ RelativePath=".\..\src\md5.cpp" > - - @@ -796,6 +796,10 @@ RelativePath=".\..\src\console.h" > + + -- cgit v1.2.3-54-g00ecf