mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +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:
@@ -1,7 +1,7 @@
|
||||
#ifndef _STRATEGIC_EVENT_HANDLER_H_
|
||||
#define _STRATEGIC_EVENT_HANDLER_H_
|
||||
|
||||
#include "Types.h"
|
||||
#include "types.h"
|
||||
|
||||
#define KINGPIN_MONEY_SECTOR_X gModSettings.ubKingpinMoneySectorX //5
|
||||
#define KINGPIN_MONEY_SECTOR_Y gModSettings.ubKingpinMoneySectorY //MAP_ROW_D
|
||||
|
||||
Reference in New Issue
Block a user