diff options
author | Paul Gilbert | 2019-10-11 19:27:03 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-10-11 19:27:03 -0700 |
commit | df49ce41b1a76a588c7f7548d27009d3d3e480f2 (patch) | |
tree | ee6a97b4a5a397bb7537bc1a5b44df8fadbb88c5 /engines/glk | |
parent | 17df8305000cf5f52593f1807d4a913526de2188 (diff) | |
download | scummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.tar.gz scummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.tar.bz2 scummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.zip |
GLK: Revert Amiga compilation fix
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
Diffstat (limited to 'engines/glk')
-rw-r--r-- | engines/glk/glk_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h index be2ccb44b7..d3db3d44a3 100644 --- a/engines/glk/glk_types.h +++ b/engines/glk/glk_types.h @@ -247,7 +247,7 @@ struct gidispatch_intconst_struct { }; typedef gidispatch_intconst_struct gidispatch_intconst_t; -typedef uint glui32; +typedef uint32 glui32; } // End of namespace Glk |