diff options
author | uruk | 2013-06-27 11:48:48 +0200 |
---|---|---|
committer | uruk | 2013-06-27 11:48:48 +0200 |
commit | 1d88f5c2f9311dd446f57a3896c21cee408e45c5 (patch) | |
tree | f5b991bbcbdb7daaaceada93d924192a621841ef | |
parent | ee5fb07c91e79abc956024028aa617c72a65384e (diff) | |
download | scummvm-rg350-1d88f5c2f9311dd446f57a3896c21cee408e45c5.tar.gz scummvm-rg350-1d88f5c2f9311dd446f57a3896c21cee408e45c5.tar.bz2 scummvm-rg350-1d88f5c2f9311dd446f57a3896c21cee408e45c5.zip |
AVALANCHE: Add a little self-warning.
-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" |