(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.

This commit is contained in:
peter1138
2008-01-28 17:51:45 +00:00
parent d3c7a35d22
commit 1a9b741e43
4 changed files with 9 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
/* $Id$ */
enum {
SKIP = 0xFFFE,
END = 0xFFFF
};