comment typo fixed in world_view.cpp

This commit is contained in:
Razielle Tzu 2018-04-06 23:06:51 +00:00
parent d63c8f7c13
commit dc38403fbe

View File

@ -126,7 +126,7 @@ void WorldView::OnClickBlastoff(void) {
void WorldView::OnClickHyperspace(void) {
StarSystem* s = L3D::GetSelectedSystem();
if(s /* && isn's current system. */) {
if(s /* && isn't current system. */) {
printf("Traveling through hyperspace. WWEEEEEE!!\n");
L3D::HyperspaceTo(s);
}