mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-03-22 18:41:31 +00:00
deleted this by accident (not that it's needed)
This commit is contained in:
parent
7dec5b6365
commit
8e1eaf1e89
1 changed files with 16 additions and 0 deletions
16
overmind.qc
Normal file
16
overmind.qc
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* ------------------------------------------------------------------------------------
|
||||
** -----------------------------------ThE OvErMInD-------------------------------------
|
||||
** -- It's big, it's bad, it's back! --
|
||||
** -- WARNING: This creature is subject to containment protocols I, II and IV -
|
||||
** -- Please ensure all safety requirements are met -
|
||||
** -- Thank-you! have a nice day. --
|
||||
** --- Copyright(c)2000 By Dwarven Star Interactive Industrial Industry Enterprises ---
|
||||
** ----------------------------------------------------------------------------------*/
|
||||
|
||||
// Prototypes
|
||||
void (float team) SpawnOvermind;
|
||||
|
||||
void (float team) SpawnOvermind =
|
||||
{
|
||||
|
||||
};
|
Loading…
Reference in a new issue