From 3e5bc9c74420704ada6326a42ed60811e46e72f7 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 23 Sep 2017 17:19:55 -0700 Subject: [PATCH] - Correct launcher name for steam --- source/steamshim_parent/steamshim_parent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steamshim_parent/steamshim_parent.cpp b/source/steamshim_parent/steamshim_parent.cpp index 5330e4aa..1e3954f3 100644 --- a/source/steamshim_parent/steamshim_parent.cpp +++ b/source/steamshim_parent/steamshim_parent.cpp @@ -1,5 +1,5 @@ #ifndef GAME_LAUNCH_NAME -#define GAME_LAUNCH_NAME "megaglest_shim" +#define GAME_LAUNCH_NAME "megaglest" #endif #ifdef _WIN32