From d2c8b2861f1f331e256382b1a92059c4df4390a8 Mon Sep 17 00:00:00 2001 From: Chris Sarbora Date: Fri, 26 Apr 2024 15:22:55 -0700 Subject: [PATCH] Remove MacOS (Classic) code and all references (2/3) Discovered this while manually removing `MACINTOSH` references. Feels like this shouldn't actually be a fallthrough. --- Descent3/GameLoop.cpp | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Descent3/GameLoop.cpp b/Descent3/GameLoop.cpp index 8b6b0022..e5e644cd 100644 --- a/Descent3/GameLoop.cpp +++ b/Descent3/GameLoop.cpp @@ -1,5 +1,5 @@ /* -* Descent 3 +* Descent 3 * Copyright (C) 2024 Parallax Software * * This program is free software: you can redistribute it and/or modify @@ -1867,21 +1867,7 @@ void ProcessTestKeys(int key) { break; case KEY_V: - /* -#ifndef MACINTOSH //DAJ what does this do?? - if(Debug_print_block) - { - AddHUDMessage("No block debug info"); - Debug_print_block = false; - } - else - { - AddHUDMessage("Block debug info on"); - Debug_print_block = true; - } - break; -#endif - */ + // TODO: should this actually be a fallthrough? case KEY_W: if (Weather.flags & WEATHER_FLAGS_LIGHTNING) {