physics
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "engine.h"
|
||||
#include "baseentity.h"
|
||||
#include "server.h"
|
||||
#include "physics.h"
|
||||
|
||||
#ifdef __linux
|
||||
#include "signal.h"
|
||||
@@ -48,6 +49,8 @@ void IEngine_Signal(int sig)
|
||||
_exit(0);
|
||||
};
|
||||
|
||||
funnyphysics *px;
|
||||
|
||||
void IEngine::Init()
|
||||
{
|
||||
/* trap signals */
|
||||
@@ -66,6 +69,7 @@ void IEngine::Init()
|
||||
|
||||
IFileSystem::InitFilesystem();
|
||||
IVideo::Init();
|
||||
px = px_init();
|
||||
IServer::LoadGame("funnygame");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user