diff options
Diffstat (limited to 'src/functions.h')
-rw-r--r-- | src/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/functions.h b/src/functions.h index 15bc4779a..2f1f41cbf 100644 --- a/src/functions.h +++ b/src/functions.h @@ -96,7 +96,7 @@ void InitializeLandscapeVariables(bool only_constants); /* misc.cpp */ bool IsCustomName(StringID id); void DeleteName(StringID id); -char *GetName(char *buff, StringID id, const char* last); +char *GetName(char *buff, StringID id, const char *last); #define AllocateName(name, skip) RealAllocateName(name, skip, false) StringID RealAllocateName(const char *name, byte skip, bool check_double); @@ -117,7 +117,7 @@ void SetObjectToPlace(CursorID icon, SpriteID pal, byte mode, WindowClass window void ResetObjectToPlace(); -bool ScrollWindowTo(int x, int y, Window * w, bool instant = false); +bool ScrollWindowTo(int x, int y, Window *w, bool instant = false); bool ScrollMainWindowToTile(TileIndex tile, bool instant = false); bool ScrollMainWindowTo(int x, int y, bool instant = false); |