(svn r6227) -Codechange: added window type flags to use with PlayerVehWndProc

this makes the list type detection much easier and allowed an if cascade to be turned into a switch case
	this also makes it easier to add more list types
This commit is contained in:
bjarni
2006-08-29 21:36:39 +00:00
parent c595c0e651
commit a73b07561e
7 changed files with 80 additions and 56 deletions

View File

@@ -11,7 +11,6 @@
enum {
INVALID_ORDER = 0xFFFF,
SHARE_FLAG = 1 << 8,
};
/* Order types */