diff options
| author | Steven Fuller <relnev@icculus.org> | 2002-09-07 00:26:23 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 553fa56442ec999960fda8c2842f692136d6ed1c (patch) | |
| tree | 8023eb7cbacf73de5cee8a862482b8d6f9308266 /src/win95/bmpnames.cpp | |
| parent | e681d155d9cbc27bdacc05bd967a249c56e3f1f1 (diff) | |
misc changes
Diffstat (limited to 'src/win95/bmpnames.cpp')
| -rw-r--r-- | src/win95/bmpnames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/bmpnames.cpp b/src/win95/bmpnames.cpp index 63e139b..961ac00 100644 --- a/src/win95/bmpnames.cpp +++ b/src/win95/bmpnames.cpp @@ -129,7 +129,7 @@ Chunk_With_BMPs::Chunk_With_BMPs (Chunk_With_Children * parent, const char * con bdata += 4; - for (int i=0; i<num; i++) + for (int j=0; j<num; j++) { int f,i,d1,d2,d3; |
