Fix a compilation problem, probably the entire file can be removed. I'll check that later.

This commit is contained in:
Mark de Wever 2008-04-03 07:19:25 +00:00
parent c337d1be31
commit 4696bbdfdf

View file

@ -18,8 +18,9 @@
//! many more dependencies pulled in.
#include "gamestatus.hpp"
#if 0
int game_state::get_random()
{
return rand();
}
#endif