We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4652a11 commit c919b55Copy full SHA for c919b55
1 file changed
game_launch/xash.c
@@ -64,7 +64,7 @@ __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
64
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
65
#endif
66
67
-#define GAME_PATH "cstrike" // default dir to start from
+#define GAME_PATH "csbtem" // default dir to start from
68
69
typedef void (*pfnChangeGame)( const char *progname );
70
typedef int (*pfnInit)( int argc, char **argv, const char *progname, int bChangeGame, pfnChangeGame func );
0 commit comments