diff options
author | Eugene Sandulenko | 2007-01-27 23:50:09 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-01-27 23:50:09 +0000 |
commit | 4c83151404a13682159c6b93d2c503b9fad82b7a (patch) | |
tree | 7ce17e2adb055d949f6cf735915dfea00c5ababc | |
parent | 42593cb977562385218213384b27eade3bf2df03 (diff) | |
download | scummvm-rg350-4c83151404a13682159c6b93d2c503b9fad82b7a.tar.gz scummvm-rg350-4c83151404a13682159c6b93d2c503b9fad82b7a.tar.bz2 scummvm-rg350-4c83151404a13682159c6b93d2c503b9fad82b7a.zip |
Fix typo spotted by clone2727
svn-id: r25236
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index d7299101f8..49427c7922 100644 --- a/common/util.h +++ b/common/util.h @@ -181,7 +181,7 @@ enum RenderMode { kRenderAmiga = 5 }; -enum HerculesDimesnions { +enum HerculesDimensions { kHercW = 720, kHercH = 350 }; |