(svn r17692) -Codechange: minor coding style fixes
This commit is contained in:
@@ -181,7 +181,8 @@ struct HeightMap
|
||||
* @param y Y position
|
||||
* @return height as fixed point number
|
||||
*/
|
||||
inline height_t &height(uint x, uint y) {
|
||||
inline height_t &height(uint x, uint y)
|
||||
{
|
||||
return h[x + y * dim_x];
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user