diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-21 15:23:16 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-21 15:23:16 +0000 |
commit | 7d06239dcc150a7bd2521972ee680fd2c9003580 (patch) | |
tree | 777070bc639132c12418b33002e3159f7415152f /src/client | |
parent | 7857210368178b26b8f863a296094518aaff5174 (diff) |
win32 build updates
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/map.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/map.cc b/src/client/map.cc index 4613ab7..7d1536d 100644 --- a/src/client/map.cc +++ b/src/client/map.cc @@ -186,4 +186,5 @@ bool Map::on_keypress(const int key, const unsigned int modifier) return false; } -}
\ No newline at end of file + +} |