diff options
author | rubidium <rubidium@openttd.org> | 2010-06-30 22:17:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-06-30 22:17:53 +0000 |
commit | 7062bb0bd7b1654567b54d55f401fa693d4ff018 (patch) | |
tree | be4e4963a8252e0aa0cebe21c372687db8837583 /src/screenshot.h | |
parent | 939145c50b3ad9613342bc1132bae0d0cbf63439 (diff) | |
download | openttd-7062bb0bd7b1654567b54d55f401fa693d4ff018.tar.xz |
(svn r20040) -Codechange: some coding style + using proper types
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 163362f55..2361dc01f 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -15,7 +15,7 @@ void InitializeScreenshotFormats(); const char *GetScreenshotFormatDesc(int i); -void SetScreenshotFormat(int i); +void SetScreenshotFormat(uint i); /** Type of requested screenshot */ enum ScreenshotType { |