comment typo fixed in world_view.cpp
This commit is contained in:
parent
13b1cf8518
commit
35494896bb
@ -126,7 +126,7 @@ void WorldView::OnClickBlastoff(void) {
|
|||||||
|
|
||||||
void WorldView::OnClickHyperspace(void) {
|
void WorldView::OnClickHyperspace(void) {
|
||||||
StarSystem* s = L3D::GetSelectedSystem();
|
StarSystem* s = L3D::GetSelectedSystem();
|
||||||
if(s /* && isn's current system. */) {
|
if(s /* && isn't current system. */) {
|
||||||
printf("Traveling through hyperspace. WWEEEEEE!!\n");
|
printf("Traveling through hyperspace. WWEEEEEE!!\n");
|
||||||
L3D::HyperspaceTo(s);
|
L3D::HyperspaceTo(s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user