From 37e7c73f439c0d8cbfd0f1c02b7ef5916fd748ae Mon Sep 17 00:00:00 2001 From: erihel Date: Sat, 22 Sep 2012 11:48:41 +0200 Subject: * Removed some warnings --- src/CBot/CBotString.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CBot/CBotString.cpp') diff --git a/src/CBot/CBotString.cpp b/src/CBot/CBotString.cpp index 84f9ca2..e52cd05 100644 --- a/src/CBot/CBotString.cpp +++ b/src/CBot/CBotString.cpp @@ -188,7 +188,7 @@ CBotString CBotString::Right(int nCount) const if ( i < 0 ) i = 0; int j; - for (int j = 0 ; i < m_lg && i < 1999; ++i) + for (j = 0 ; i < m_lg && i < 1999; ++i) { chain[j++] = m_ptr[i]; } -- cgit v1.2.3-1-g7c22