mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes types.h, zconf.h and zlib.h were renamed so that global includes like Types.h are not used.
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#include "Sound Control.h"
|
||||
#include "Game Events.h"
|
||||
#include "lighting.h"
|
||||
#include "Random.h"
|
||||
#include "random.h"
|
||||
// sevenfm
|
||||
#include "SmokeEffects.h"
|
||||
#include "Overhead.h"
|
||||
#include "Strategic Movement.h"
|
||||
#include "Game Clock.h"
|
||||
#include "strategic mines.h"
|
||||
#include "Strategic Mines.h"
|
||||
|
||||
AMBIENTDATA_STRUCT gAmbData[ MAX_AMBIENT_SOUNDS ];
|
||||
INT16 gsNumAmbData = 0;
|
||||
|
||||
Reference in New Issue
Block a user