summaryrefslogtreecommitdiff
path: root/src/d/d_com_lib_game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_com_lib_game.cpp')
-rw-r--r--src/d/d_com_lib_game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_lib_game.cpp b/src/d/d_com_lib_game.cpp
index 1e291365..771406ad 100644
--- a/src/d/d_com_lib_game.cpp
+++ b/src/d/d_com_lib_game.cpp
@@ -15,7 +15,7 @@ int dComLbG_PhaseHandler(request_of_phase_process_class* i_phaseReq, cPhs__Handl
phase = dComLbG_PhaseHandler(i_phaseReq, i_handler, i_data);
break;
case cPhs_LOADING_e:
- case cPhs_UNK3_e:
+ case cPhs_STOP_e:
break;
}