From 9348f9931e36abbfd6159b3e3e391bee901f2ee8 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sun, 23 Mar 2008 03:45:21 +0000 Subject: [PATCH] amb1096 affected DoD, TS and TFC modules, fixed. --- dlls/dod/dodx/CRank.cpp | 2 +- dlls/tfcx/CRank.cpp | 2 +- dlls/ts/tsx/CRank.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/dod/dodx/CRank.cpp b/dlls/dod/dodx/CRank.cpp index 221dbd8d..82794da7 100755 --- a/dlls/dod/dodx/CRank.cpp +++ b/dlls/dod/dodx/CRank.cpp @@ -194,7 +194,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha return a; } // Any other case was a false match. - + a = a->prev; } } } diff --git a/dlls/tfcx/CRank.cpp b/dlls/tfcx/CRank.cpp index f2c69729..9cb39e53 100755 --- a/dlls/tfcx/CRank.cpp +++ b/dlls/tfcx/CRank.cpp @@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha return a; } // Any other case was a false match. - + a = a->prev; } } } diff --git a/dlls/ts/tsx/CRank.cpp b/dlls/ts/tsx/CRank.cpp index a667be11..d088c637 100755 --- a/dlls/ts/tsx/CRank.cpp +++ b/dlls/ts/tsx/CRank.cpp @@ -192,7 +192,7 @@ RankSystem::RankStats* RankSystem::findEntryInRank(const char* unique, const cha return a; } // Any other case was a false match. - + a = a->prev; } } }