1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Merge pull request #7 from RollingStar/patch-1

Corrected typo in comment.
This commit is contained in:
Ted John
2014-04-24 23:25:25 +01:00

View File

@@ -23,6 +23,6 @@
int squaredmetres_to_squaredfeet(int squaredMetres)
{
// 1 metre squared = 10.7639104 feet squared
// how its done in RCT2
// how it is done in RCT2
return squaredMetres * 11;
}