Modified a few files according to the current CodeStandards
This commit is contained in:
@@ -12,9 +12,9 @@ struct Shoot : Event
|
||||
{
|
||||
//shotgun etc has different amounts of damage probably (a sniper shot might one-shot)
|
||||
//also different weapons will have different spread
|
||||
int currentlyEquippedItem;
|
||||
int CurrentlyEquippedItem;
|
||||
//currentAimingPoint must be sent, in case the camera is moved while the event is being processed
|
||||
glm::vec2 currentAimingPoint;
|
||||
glm::vec2 CurrentAimingPoint;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user