diff options
| author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-11 04:15:24 +0000 | 
|---|---|---|
| committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-11 04:15:24 +0000 | 
| commit | dc23e1b7eafb595808ba161a4b91c8ce49af279f (patch) | |
| tree | 55c5ad8661582f7404538b9a160af44c5c7b140e /src/entities | |
| parent | 061e3371e860d498baf5eb85386fd638ab7f90f9 (diff) | |
| download | KillaFacsista-dc23e1b7eafb595808ba161a4b91c8ce49af279f.tar.gz KillaFacsista-dc23e1b7eafb595808ba161a4b91c8ce49af279f.tar.bz2 KillaFacsista-dc23e1b7eafb595808ba161a4b91c8ce49af279f.zip  | |
Testing ssh key
Diffstat (limited to 'src/entities')
| -rw-r--r-- | src/entities/guidedMissile.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/guidedMissile.c b/src/entities/guidedMissile.c index 986760f..744e1cb 100644 --- a/src/entities/guidedMissile.c +++ b/src/entities/guidedMissile.c @@ -19,6 +19,7 @@ void closeGuidedMissile(Entity * entity) {  void updateGuidedMissile(Game * game, Entity * entity) {  	entityUpdateLastValues(entity); +	// hi  	entityCheckTransformedCollisionModel(entity);  }  | 
