Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Update Script.cpp
Case sensitivity fix. Causes compile issue on linux.
  • Loading branch information
ZLau92 authored and Sergeanur committed Nov 28, 2020
1 parent 2e3d516 commit b47c5054388b6620b1b0bc27a60dfeca6acd208a
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/control/Script.cpp
@@ -42,7 +42,7 @@
#include "MBlur.h"
#include "PedRoutes.h"
#include "RoadBlocks.h"
#include "SpecialFx.h"
#include "SpecialFX.h"
#include "Timecycle.h"
#include "TxdStore.h"
#include "Bike.h"

0 comments on commit b47c505

Please sign in to comment.