mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Typo in projectile collider
This commit is contained in:
Binary file not shown.
+1
-1
@@ -553,7 +553,7 @@ void game_collider_tick()
|
||||
{
|
||||
if(!Projectiles[i].active)
|
||||
continue;
|
||||
if(!NPCS[i].collidable)
|
||||
if(!Projectiles[i].collidable)
|
||||
continue;
|
||||
// Excuse this formatting
|
||||
if(
|
||||
|
||||
Reference in New Issue
Block a user