space to tabs. Grr!

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-09-19 03:19:50 +00:00
parent e5582a9f2d
commit 48f53e1c88
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
void(vector org, float damage) SpawnBlood =
{
WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
WriteByte (MSG_MULTICAST, TE_BLOOD);
WriteByte (MSG_MULTICAST, 1);
WriteCoord (MSG_MULTICAST, org_x);