diff options
author | Oystein Eftevaag | 2009-02-15 21:57:51 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-02-15 21:57:51 +0000 |
commit | 7a72318a12bec184885beeef9b58b5f968c7b3bc (patch) | |
tree | 629b680f583b06a20dd15d168a910bbb107b0369 /engines/sci/engine | |
parent | 6ffc8e4aea54c281af5a50fca052798584ba8315 (diff) | |
download | scummvm-rg350-7a72318a12bec184885beeef9b58b5f968c7b3bc.tar.gz scummvm-rg350-7a72318a12bec184885beeef9b58b5f968c7b3bc.tar.bz2 scummvm-rg350-7a72318a12bec184885beeef9b58b5f968c7b3bc.zip |
Compile fix for OS X
svn-id: r38309
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/kgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kgraphics.cpp b/engines/sci/engine/kgraphics.cpp index 53d8607d1d..e011fdbcf7 100644 --- a/engines/sci/engine/kgraphics.cpp +++ b/engines/sci/engine/kgraphics.cpp @@ -173,7 +173,7 @@ _find_view_priority(state_t *s, int y) } } -inline int +int _find_priority_band(state_t *s, int nr) { if (s->version >= SCI_VERSION_FTU_PRIORITY_14_ZONES && (nr < 0 || nr > 14)) { |