summaryrefslogtreecommitdiff
path: root/src/weapons/WeaponInfo.cpp
diff options
context:
space:
mode:
authorFire_Head <Fire-Head@users.noreply.github.com>2020-07-29 12:20:02 +0300
committerGitHub <noreply@github.com>2020-07-29 12:20:02 +0300
commit52e77c66345399f7f1064b80676a2495e299bb46 (patch)
tree358b7762beb8809084c65358087d5899e4546f18 /src/weapons/WeaponInfo.cpp
parent1803dcc873df329282adab46e1d42baa4b6ee45b (diff)
parentc649028b01984189b428d8d243016639587d5cae (diff)
Merge pull request #1 from GTAmodding/miami
Miami
Diffstat (limited to 'src/weapons/WeaponInfo.cpp')
-rw-r--r--src/weapons/WeaponInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/WeaponInfo.cpp b/src/weapons/WeaponInfo.cpp
index bd53d8c5..0f71aeda 100644
--- a/src/weapons/WeaponInfo.cpp
+++ b/src/weapons/WeaponInfo.cpp
@@ -114,7 +114,7 @@ CWeaponInfo::LoadWeaponData(void)
char line[256], weaponName[32], fireType[32];
char animToPlay[32];
- int bp, buflen;
+ size_t bp, buflen;
int lp, linelen;
CFileMgr::SetDir("DATA");