fix for linux

linux case sensitivity
This commit is contained in:
marauder2k7 2024-04-14 22:47:55 +01:00
parent 83b3f01928
commit 856d3bc901
3 changed files with 2 additions and 2 deletions

View file

@ -897,7 +897,7 @@ inline Token< T > MakeToken( T value, U32 lineNumber )
return result;
}
#include "console/torquescript/cmdgram.h"
#include "console/torquescript/CMDgram.h"
// HACK: C++17 and beyond can't use register keyword
#define register