Fixed ";" compile error

This commit is contained in:
cholleme 2002-11-23 19:43:58 +00:00
parent f3e095ab00
commit 4fe69c5678
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ void() info_origin = //Added because some compilers don't support origins - Erad
{
if (!self.targetname)
objerror("info_origin with no targetname!\n");
}
};
//Changed from func_rotate to func_rotating for compatability
void() func_rotating = //Rotating Brush - Eradicator