diff options
author | Arnaud Boutonné | 2010-12-22 23:11:41 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-12-22 23:11:41 +0000 |
commit | 8cc28b218c3727a1b55fe135ba60a336760b70b1 (patch) | |
tree | f057e016a9403519210956b4e99f11b920f05ac9 /engines | |
parent | 18d3e588258bc104c70621b76eb07fa5164fc46c (diff) | |
download | scummvm-rg350-8cc28b218c3727a1b55fe135ba60a336760b70b1.tar.gz scummvm-rg350-8cc28b218c3727a1b55fe135ba60a336760b70b1.tar.bz2 scummvm-rg350-8cc28b218c3727a1b55fe135ba60a336760b70b1.zip |
HUGO: Suppress two obsolete defines
svn-id: r55020
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hugo/game.h b/engines/hugo/game.h index 649ff63c23..512e96cad2 100644 --- a/engines/hugo/game.h +++ b/engines/hugo/game.h @@ -81,8 +81,6 @@ namespace Hugo { #define TAKE_TEXT "Picked up the %s ok." #define REP_MASK 0xC0 // Top 2 bits mean a repeat code #define MAX_STRLEN 1024 -#define WARNLEN 512 -#define ERRLEN 512 #define STEP_DY 8 // Pixels per step movement #define CENTER -1 // Used to center text in x |