From 91d7a676b134c1d0f304995fe0802d336ab8ed87 Mon Sep 17 00:00:00 2001 From: HamidReza <57710259+HamidReza585@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:58:51 +0430 Subject: [PATCH] Update explanations.cpp --- src/game/editor/explanations.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/game/editor/explanations.cpp b/src/game/editor/explanations.cpp index 269139e84..1ea38f91b 100644 --- a/src/game/editor/explanations.cpp +++ b/src/game/editor/explanations.cpp @@ -461,7 +461,6 @@ const char *CEditor::Explain(int ExplanationID, int Tile, int Layer) //TODO: Add } if(Tile >= TILE_CHECKPOINT_FIRST && Tile <= TILE_CHECKPOINT_LAST && (Layer == LAYER_GAME || Layer == LAYER_FRONT)) return "TIME CHECKPOINT: Compares your current race time with your record to show you whether you are running faster or slower."; - return ""; } else if(ExplanationID == EXPLANATION_FNG) { @@ -506,6 +505,6 @@ const char *CEditor::Explain(int ExplanationID, int Tile, int Layer) //TODO: Add return "PURPLE SPIKE: Kills the tee and gives points to the killer. (Amount of points given is set inside the server)"; break; } - return ""; } + return ""; }