summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-12-14 20:59:37 (GMT)
committer Felix Wallin <nibbler.v1@gmail.com>2010-12-14 20:59:37 (GMT)
commit9c805f864315665a6d7fd5d6c5b319c669f25988 (patch)
treedeae72a611085291bdec26863d99cf4fa6a9aa1c /includes
parentfae101b1df75395e8772aac27da190e6a69d5d8b (diff)
downloadpowder-9c805f864315665a6d7fd5d6c5b319c669f25988.zip
powder-9c805f864315665a6d7fd5d6c5b319c669f25988.tar.gz
there we go
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 711d9ef..2f8290c 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -212,7 +212,7 @@ struct particle
float pavg[2];
int flags;
int tmp;
- void (*update_func) (int);
+ int (*update_func) (int);
};
typedef struct particle particle;