aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/picture.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-09 14:46:57 -0800
committerPaul Gilbert2018-12-09 14:47:15 -0800
commite232d024c5e20436fa64c25bfb506d8e2ece9a50 (patch)
tree4d6b80b950dd6298b3a4c65a61ad29a4128d6346 /engines/glk/picture.h
parentfc8b55578b7a88fe1a9d2523e5b71b185532a8a9 (diff)
downloadscummvm-rg350-e232d024c5e20436fa64c25bfb506d8e2ece9a50.tar.gz
scummvm-rg350-e232d024c5e20436fa64c25bfb506d8e2ece9a50.tar.bz2
scummvm-rg350-e232d024c5e20436fa64c25bfb506d8e2ece9a50.zip
GLK: Standardizing uint vs uint32 usage
Diffstat (limited to 'engines/glk/picture.h')
-rw-r--r--engines/glk/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/picture.h b/engines/glk/picture.h
index 06d598b771..7c9bcc67d7 100644
--- a/engines/glk/picture.h
+++ b/engines/glk/picture.h
@@ -34,7 +34,7 @@ namespace Glk {
struct Picture : Graphics::ManagedSurface {
public:
int _refCount;
- uint32 _id;
+ uint _id;
bool _scaled;
/**