summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95')
-rw-r--r--src/win95/bmpnames.cpp2
-rw-r--r--src/win95/plspecfn.c3
2 files changed, 2 insertions, 3 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;
diff --git a/src/win95/plspecfn.c b/src/win95/plspecfn.c
index 1032ca0..a712e04 100644
--- a/src/win95/plspecfn.c
+++ b/src/win95/plspecfn.c
@@ -18,8 +18,7 @@
#endif
/* globals from inline.h */
-int sqrt_temp1;
-int sqrt_temp2;
+int sqrt_temp;
float fti_fptmp;
int fti_itmp;