mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove Install & RegInst .cpp and .h
Unused
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "sgp.h"
|
||||
#include "RegInst.h"
|
||||
#include "vobject.h"
|
||||
#include "font.h"
|
||||
#include "local.h"
|
||||
@@ -420,11 +419,6 @@ BOOLEAN InitializeStandardGamingPlatform(HINSTANCE hInstance, int sCommandShow)
|
||||
// now required by all (even JA2) in order to call ShutdownSGP
|
||||
atexit(SafeSGPExit);
|
||||
|
||||
// First, initialize the registry keys.
|
||||
InitializeRegistryKeys( "Wizardry8", "Wizardry8key" );
|
||||
|
||||
// For rendering DLLs etc.
|
||||
|
||||
// Second, read in settings
|
||||
GetRuntimeSettings( );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user