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 committed Nov 28, 2020
1 parent 53162e2 commit de8e47750a78f85e9c7120fb694575177ebdeecd
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 de8e477

Please sign in to comment.