Fixed ";" compile error
This commit is contained in:
parent
f3e095ab00
commit
4fe69c5678
1 changed files with 1 additions and 1 deletions
2
world.qc
2
world.qc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue