This commit is contained in:
tridiaq 2011-07-24 16:32:03 +08:00 committed by Simon Robertshaw
parent 2f714606d7
commit 38c920714c

View File

@ -634,7 +634,7 @@ inline void part_change_type(int i, int x, int y, int t)//changes the type of pa
} }
#if defined(WIN32) && !defined(__GNUC__) #if defined(WIN32) && !defined(__GNUC__)
_inline int create_part(int p, int x, int y, int t) _inline int create_part(int p, int x, int y, int tv)
#else #else
inline int create_part(int p, int x, int y, int tv)//the function for creating a particle, use p=-1 for creating a new particle, -2 is from a brush, or a particle number to replace a particle. inline int create_part(int p, int x, int y, int tv)//the function for creating a particle, use p=-1 for creating a new particle, -2 is from a brush, or a particle number to replace a particle.
#endif #endif