Skip to content

Commit

Permalink
It's not kittens, stupid. Argh.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Feb 21, 2012
1 parent 37aaaca commit d6cb83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static void * stonesense_thread(ALLEGRO_THREAD * thred, void * parms)
DFhackCExport command_result stonesense_command(DFHack::Core * c, std::vector<std::string> & params);

//set the plugin name/dfhack version
DFHACK_PLUGIN("kittens");
DFHACK_PLUGIN("stonesense");

//This is the init command. it includes input options.
DFhackCExport command_result plugin_init ( Core * c, std::vector <PluginCommand> &commands)
Expand Down

0 comments on commit d6cb83e

Please sign in to comment.