Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto

8 changes: 4 additions & 4 deletions ext/VFS/include/vfs/Core/vfs_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#ifndef _VFS_TYPES_H_
#define _VFS_TYPES_H_

#include <vfs/Core/vfs_string.h>

#ifdef __linux__
# include <stdint.h>
#include <vfs/Core/vfs_string.h>
#ifdef __linux__
# include <stdint.h>
#endif

namespace vfs
Expand Down
2 changes: 1 addition & 1 deletion legion cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ void LoadGameLegionOptions()
gGameLegionOptions.LaptopLinkFuneral = iniReader.ReadBoolean("Laptop Settings","LINK_FUNERAL", TRUE);
gGameLegionOptions.LaptopLinkBobby = iniReader.ReadBoolean("Laptop Settings","LINK_BOBBY", FALSE);
gGameLegionOptions.fBobbyRSite = iniReader.ReadBoolean("Laptop Settings","BOBBY_SITE_ACCESSED", FALSE);
}
}