Skip to content

Commit c919b55

Browse files
committed
change gamedir to csbtem
1 parent 4652a11 commit c919b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game_launch/xash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
6464
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
6565
#endif
6666

67-
#define GAME_PATH "cstrike" // default dir to start from
67+
#define GAME_PATH "csbtem" // default dir to start from
6868

6969
typedef void (*pfnChangeGame)( const char *progname );
7070
typedef int (*pfnInit)( int argc, char **argv, const char *progname, int bChangeGame, pfnChangeGame func );

0 commit comments

Comments
 (0)