ref: 471b912a41d283f28b5fec6382adbdc13251fa8d
parent: a368593e8f268c3400c5810654232ffa9f0d2704
author: Samuel Villareal <svkaiser@gmail.com>
date: Mon Sep 6 18:35:53 EDT 2010
+ Fixed typo in A_SentinelAttack Subversion-branch: /branches/strife-branch Subversion-revision: 2026
--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -1293,7 +1293,7 @@
mo = P_SpawnFacingMissile(actor, actor->target, MT_L_LASER);
an = actor->angle >> ANGLETOFINESHIFT;
- if(mo->momy || mo->momx)
+ if(mo->momy | mo->momx) // villsa - fixed typo (yes, they actually used '|' instead of'||')
{
for(i = 8; i > 1; i--)
{