mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Reworked source tree so it compiles
This commit is contained in:
parent
19e33444e7
commit
8ef16a91f2
164 changed files with 3183 additions and 20134 deletions
|
@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
// level.h: General Level Info
|
||||
|
||||
#ifndef __LEVEL_H__
|
||||
#define __LEVEL_H__
|
||||
#pragma once
|
||||
|
||||
#include "listener.h"
|
||||
#include "g_public.h"
|
||||
|
||||
#define MAX_HEAD_SENTIENTS 2
|
||||
#define MAX_EARTHQUAKES 10
|
||||
|
@ -290,5 +290,3 @@ qboolean Level::Reborn
|
|||
{
|
||||
return reborn;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue