From 4167bad7931c157d88d22ef425d0108ec0dfb2a4 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 27 Apr 2003 19:12:48 +0000 Subject: [PATCH] 0.8.3 --- src/ZE_ZClient.cpp | 4 ++-- vc7/ZFontTest.vcproj | 1 - vc7/ZImageTest.vcproj | 1 - vc7/ZMouseTest.vcproj | 1 - vc7/ZMusicTest.vcproj | 1 - vc7/ZRectTest.vcproj | 1 - vc7/ZSoundTest.vcproj | 1 - vc7/ZTimerTest.vcproj | 1 - 8 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/ZE_ZClient.cpp b/src/ZE_ZClient.cpp index a948550..5ba8ee7 100755 --- a/src/ZE_ZClient.cpp +++ b/src/ZE_ZClient.cpp @@ -13,7 +13,7 @@ File: ZE_ZClient.cpp
Description: Implementation source file for core ZEngine TCP Client Object.
Author(s): James Turk
-$Id: ZE_ZClient.cpp,v 1.4 2003/04/08 03:30:50 cozman Exp $
+$Id: ZE_ZClient.cpp,v 1.5 2003/04/27 19:12:48 cozman Exp $
\file ZE_ZClient.cpp \brief Source file for ZClient. @@ -31,7 +31,7 @@ namespace ZE string num2dotted4(unsigned int num) { vector ip; - int d=16777216; //256*256*256 + int d=16777216; //2^24 int m; while(d > 0) diff --git a/vc7/ZFontTest.vcproj b/vc7/ZFontTest.vcproj index 88147ec..5eaeca0 100644 --- a/vc7/ZFontTest.vcproj +++ b/vc7/ZFontTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZFontTest.exe" LinkIncremental="1" diff --git a/vc7/ZImageTest.vcproj b/vc7/ZImageTest.vcproj index 2ac7aff..1a717f4 100644 --- a/vc7/ZImageTest.vcproj +++ b/vc7/ZImageTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZImageTest.exe" LinkIncremental="1" diff --git a/vc7/ZMouseTest.vcproj b/vc7/ZMouseTest.vcproj index da20891..456e3fa 100644 --- a/vc7/ZMouseTest.vcproj +++ b/vc7/ZMouseTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZMouseTest.exe" LinkIncremental="1" diff --git a/vc7/ZMusicTest.vcproj b/vc7/ZMusicTest.vcproj index 16fbb4e..886f203 100644 --- a/vc7/ZMusicTest.vcproj +++ b/vc7/ZMusicTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZMusicTest.exe" LinkIncremental="1" diff --git a/vc7/ZRectTest.vcproj b/vc7/ZRectTest.vcproj index 3ba17e9..7b7b62a 100644 --- a/vc7/ZRectTest.vcproj +++ b/vc7/ZRectTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZRectTest.exe" LinkIncremental="1" diff --git a/vc7/ZSoundTest.vcproj b/vc7/ZSoundTest.vcproj index 18ee0b4..ee17d1d 100644 --- a/vc7/ZSoundTest.vcproj +++ b/vc7/ZSoundTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZSoundTest.exe" LinkIncremental="1" diff --git a/vc7/ZTimerTest.vcproj b/vc7/ZTimerTest.vcproj index 9d68a6a..d597423 100644 --- a/vc7/ZTimerTest.vcproj +++ b/vc7/ZTimerTest.vcproj @@ -40,7 +40,6 @@ opengl32.lib sdl_ttf.lib sdl_mixer.lib sdl_image.lib -sdl_net.lib ZEngineS.lib" OutputFile="../test/bin/ZTimerTest.exe" LinkIncremental="1"