1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 02:19:09 +00:00

(svn r295) -Fix: Rewrite and fix of console stuff, including marking (XXX) of areas that require further investigation (Tron)

-Note: booby trapped some suspicous assignments (Tron)
This commit is contained in:
darkvater
2004-09-19 15:24:45 +00:00
parent 089a2a7847
commit e2c1370d60
4 changed files with 1055 additions and 1151 deletions

View File

@@ -62,6 +62,7 @@
# define CDECL _cdecl
# define NOT_REACHED() _assume(0)
# define snprintf _snprintf
# define vsnprintf _vsnprintf
# undef TTD_ALIGNMENT_4
# undef TTD_ALIGNMENT_2
# define GCC_PACK