- Add comment about a thing to fix ;-)

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@418 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-23 22:54:27 +00:00
parent c956c12dba
commit 3a38a2d3a6
1 changed files with 2 additions and 0 deletions

View File

@ -79,5 +79,7 @@ main(int argc, char** argv) {
text_sim.update();
//grafical IO
// I didn't add a GraphicalTerminalIO, so why do I get a bloody one??
start_gui(argc, argv, text_sim);
}