mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
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.
This commit is contained in:
parent
e6ba1906c9
commit
d2c8b2861f
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Descent 3
|
* Descent 3
|
||||||
* Copyright (C) 2024 Parallax Software
|
* Copyright (C) 2024 Parallax Software
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
@ -1867,21 +1867,7 @@ void ProcessTestKeys(int key) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case KEY_V:
|
case KEY_V:
|
||||||
/*
|
// TODO: should this actually be a fallthrough?
|
||||||
#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
|
|
||||||
*/
|
|
||||||
|
|
||||||
case KEY_W:
|
case KEY_W:
|
||||||
if (Weather.flags & WEATHER_FLAGS_LIGHTNING) {
|
if (Weather.flags & WEATHER_FLAGS_LIGHTNING) {
|
||||||
|
Loading…
Reference in New Issue
Block a user