diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2020-07-29 12:20:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 12:20:02 +0300 |
commit | 52e77c66345399f7f1064b80676a2495e299bb46 (patch) | |
tree | 358b7762beb8809084c65358087d5899e4546f18 /src/weapons/WeaponInfo.cpp | |
parent | 1803dcc873df329282adab46e1d42baa4b6ee45b (diff) | |
parent | c649028b01984189b428d8d243016639587d5cae (diff) |
Merge pull request #1 from GTAmodding/miami
Miami
Diffstat (limited to 'src/weapons/WeaponInfo.cpp')
-rw-r--r-- | src/weapons/WeaponInfo.cpp | 2 |
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"); |