1
0

Basic style fixes.

This commit is contained in:
madmaxoft
2014-07-17 22:50:58 +02:00
parent 7a9f9ab744
commit 5e198c6730
130 changed files with 290 additions and 286 deletions

View File

@@ -177,7 +177,7 @@ void cChestEntity::OpenNewWindow(void)
return;
}
// There is no chest neighbor, open a single-chest window:
// There is no chest neighbor, open a single-chest window:
OpenWindow(new cChestWindow(this));
}