diff options
| author | tridiaq <tridiaq@gmail.com> | 2011-07-24 08:32:03 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-07-24 12:02:08 (GMT) |
| commit | 38c920714c169f614505bd042a6adcf983eb99c8 (patch) | |
| tree | 6b59fa5d403700f1d290025e74b8a4e10cdbc077 /src | |
| parent | 2f714606d741cbdc37fbbb6456471357611d755e (diff) | |
| download | powder-38c920714c169f614505bd042a6adcf983eb99c8.zip powder-38c920714c169f614505bd042a6adcf983eb99c8.tar.gz | |
Fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c index 154fbf2..ba10f70 100644 --- a/src/powder.c +++ b/src/powder.c @@ -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__) -_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 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 |
