- v0.9.01
- [NEW] version numbers - debug() is now an alias of printf
This commit is contained in:
6
mini.cpp
6
mini.cpp
@@ -211,7 +211,7 @@ int main(int argc,char*argv[]){
|
||||
|
||||
reinit();
|
||||
initaudio();
|
||||
debug("MINI SYSTEM BOOTING...");
|
||||
debug("MINI v%s\n",MINI_VERSION);
|
||||
lua_init(lua_files);
|
||||
lua_call_init();
|
||||
|
||||
@@ -904,9 +904,9 @@ const char* tostr(int val) {
|
||||
return SDL_itoa(val, tostr_tmp, 10);
|
||||
}
|
||||
|
||||
void debug(const char *str) {
|
||||
/*void debug(const char *str) {
|
||||
printf("%s\n",str);
|
||||
}
|
||||
}*/
|
||||
|
||||
uint8_t ascii(const char *str, uint8_t index) {
|
||||
return str[index];
|
||||
|
||||
Reference in New Issue
Block a user