diff options
| -rw-r--r-- | engines/avalanche/timeout2.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/avalanche/timeout2.cpp b/engines/avalanche/timeout2.cpp index 3ab2bcd638..6c0099b910 100644 --- a/engines/avalanche/timeout2.cpp +++ b/engines/avalanche/timeout2.cpp @@ -27,6 +27,8 @@  /* TIMEOUT	The scheduling unit. */ +// DON'T FORGET ABOUT THE ARRAY INDEXES, THEY MAY'LL CAUSE TROUBLES!!! +  #include "common/textconsole.h"  #include "avalanche/timeout2.h" | 
