Beep beep

This commit is contained in:
2014-12-10 19:36:24 -05:00
parent 252d6818ee
commit 76ccb66786
9 changed files with 35 additions and 16 deletions

View File

@@ -525,6 +525,7 @@ void close_program() {
if(town != NULL) delete town;
}
// TODO: Remove this function and replace it with beep() or play_sound() everywhere.
void ding() {
// TODO: Play an error sound here
beep();
}