Changeset - r24252:87c5a0b5d08c
[Not reviewed]
master
0 2 0
TechGeekNZ - 4 years ago 2020-06-06 04:15:23
git@tech.geek.nz
Cleanup: Correct typographic errors in code comments.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/cargopacket.h
Show inline comments
 
@@ -423,7 +423,7 @@ public:
 
	uint Reroute(uint max_move, VehicleCargoList *dest, StationID avoid, StationID avoid2, const GoodsEntry *ge);
 

	
 
	/**
 
	 * Are two the two CargoPackets mergeable in the context of
 
	 * Are the two CargoPackets mergeable in the context of
 
	 * a list of CargoPackets for a Vehicle?
 
	 * @param cp1 First CargoPacket.
 
	 * @param cp2 Second CargoPacket.
 
@@ -486,7 +486,7 @@ public:
 
		while (!next.IsEmpty()) {
 
			if (this->packets.find(next.Pop()) != this->packets.end()) return true;
 
		}
 
		/* Packets for INVALID_STTION can go anywhere. */
 
		/* Packets for INVALID_STATION can go anywhere. */
 
		return this->packets.find(INVALID_STATION) != this->packets.end();
 
	}
 

	
src/video/null_v.cpp
Show inline comments
 
@@ -5,7 +5,7 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file null_v.cpp The videio driver that doesn't blit. */
 
/** @file null_v.cpp The video driver that doesn't blit. */
 

	
 
#include "../stdafx.h"
 
#include "../gfx_func.h"
0 comments (0 inline, 0 general)