GET-TUDA-CHOPPA / SpelunkBots

An API that allows for AI bots to be written in the original 2009 version of Spelunky.
33 stars 13 forks source link

Missing implementation of IBot::NewLevel() in C++ solution #9

Open odelalleau opened 9 years ago

odelalleau commented 9 years ago

The fix is straightforward, but it wouldn't hurt to have it in Github. In IBot.cpp, add:

void IBot::NewLevel() {}