equal
deleted
inserted
replaced
2011 LocalClan: LongInt; // last non-bot, non-extdriven clan |
2011 LocalClan: LongInt; // last non-bot, non-extdriven clan |
2012 LocalAmmo: LongInt; // last non-bot, non-extdriven clan's first team's ammo index |
2012 LocalAmmo: LongInt; // last non-bot, non-extdriven clan's first team's ammo index |
2013 CurMinAngle, CurMaxAngle: Longword; |
2013 CurMinAngle, CurMaxAngle: Longword; |
2014 GameOver: boolean; |
2014 GameOver: boolean; |
2015 |
2015 |
|
2016 FollowGear: PGear; |
|
2017 WindBarWidth: LongInt; |
|
2018 bShowAmmoMenu: boolean; |
|
2019 bSelected: boolean; |
|
2020 bShowFinger: boolean; |
|
2021 Frames: Longword; |
|
2022 WaterColor, DeepWaterColor: TSDL_Color; |
|
2023 SkyOffset: LongInt; |
|
2024 HorizontOffset: LongInt; |
|
2025 {$IFDEF COUNTTICKS} |
|
2026 cntTicks: LongWord; |
|
2027 {$ENDIF} |
|
2028 cOffsetY: LongInt; |
|
2029 |
2016 |
2030 |
2017 procedure initModule; |
2031 procedure initModule; |
2018 procedure freeModule; |
2032 procedure freeModule; |
2019 |
2033 |
2020 implementation |
2034 implementation |