From 8e64a5d9ff4e50967dbeb4323256e104aec4c691 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 26 Oct 2011 13:27:16 +0000 Subject: Updated VS2010 project files Made monster spawning code in cWorld.cpp a bit more compact and readable srand() is only supposed to be called once in the whole program, and it's already called in the constructor of cWorld so it doesn't have to be in cWorld::Tick() git-svn-id: http://mc-server.googlecode.com/svn/trunk@14 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'VC2010/MCServer.vcxproj') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 1437d8e18..e4b042c56 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -223,17 +223,22 @@ + + + + + @@ -244,16 +249,22 @@ + + + + + + @@ -263,6 +274,9 @@ + + + @@ -333,15 +347,20 @@ + + + + + @@ -353,17 +372,23 @@ + + + + + + @@ -378,6 +403,9 @@ + + + -- cgit v1.2.3