Fixed compilation errors related to case-sensitivity

This commit is contained in:
L 2023-02-01 19:29:13 +01:00
parent 3f960d629c
commit 773e8bc79f
15 changed files with 18 additions and 17 deletions

View file

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "g_local.h"
#include "player.h"
#include "playerbot.h"
#include "PlayerStart.h"
#include "playerstart.h"
#include <scriptmaster.h>
// g_client.c -- client functions that don't happen every frame