mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +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:
+2
-2
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "Soldier Control.h"
|
||||
#include "los.h"
|
||||
#include "tile animation.h"
|
||||
#include "LOS.h"
|
||||
#include "Tile Animation.h"
|
||||
|
||||
|
||||
#define BULLET_FLAG_CREATURE_SPIT 0x0001
|
||||
|
||||
Reference in New Issue
Block a user