summaryrefslogtreecommitdiffstats
path: root/src/peds/PedStats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/peds/PedStats.cpp')
-rw-r--r--src/peds/PedStats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedStats.cpp b/src/peds/PedStats.cpp
index 06e39039..1f7a95b4 100644
--- a/src/peds/PedStats.cpp
+++ b/src/peds/PedStats.cpp
@@ -47,7 +47,7 @@ CPedStats::LoadPedStats(void)
char *buf;
char line[256];
char name[32];
- int bp, buflen;
+ size_t bp, buflen;
int lp, linelen;
int type;
float fleeDist, headingChangeRate, attackStrength, defendWeakness;