diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-12 20:44:15 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-11-12 20:44:15 (GMT) |
| commit | 0f4c0915d9bdfbd9e865200941083bd463d03d69 (patch) | |
| tree | eb01e996656c59b303d74bfd79f9a947fa32f277 /src/luaconsole.c | |
| parent | 1b984200f3059680f6ad3cfe9805bff234d00737 (diff) | |
| download | powder-0f4c0915d9bdfbd9e865200941083bd463d03d69.zip powder-0f4c0915d9bdfbd9e865200941083bd463d03d69.tar.gz | |
Replace cmode with more flexible render options, TODO: Saving and render options UI
Diffstat (limited to 'src/luaconsole.c')
| -rw-r--r-- | src/luaconsole.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/luaconsole.c b/src/luaconsole.c index c74155b..b0b8a53 100644 --- a/src/luaconsole.c +++ b/src/luaconsole.c @@ -1104,10 +1104,7 @@ int luatpt_heat(lua_State* l) } int luatpt_cmode_set(lua_State* l) { - int aheatstate; - aheatstate = luaL_optint(l, 1, CM_FIRE); - cmode = aheatstate; - return 0; + return luaL_error(l, "Not implemented"); } int luatpt_setfire(lua_State* l) { |
