mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 01:29:10 +00:00
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
This commit is contained in:
@@ -835,7 +835,7 @@ public:
|
||||
/* jump to end */
|
||||
this->list_pos = this->servers.Length() - 1;
|
||||
break;
|
||||
default: break;
|
||||
default: NOT_REACHED();
|
||||
}
|
||||
|
||||
this->server = this->servers[this->list_pos];
|
||||
|
Reference in New Issue
Block a user