This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/elements/elementmisc.cpp
Simon Robertshaw b0ea52690b Initial
2012-01-08 17:39:03 +00:00

13 lines
196 B
C++

#include "element.h"
int update_MISC(UPDATE_FUNC_ARGS) {
/*int t = parts[i].type;
if (t==PT_LOVE)
ISLOVE=1;
else if (t==PT_LOLZ)
ISLOLZ=1;
else if (t==PT_GRAV)
ISGRAV=1;*/
return 0;
}