diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2013-11-18 16:32:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2013-11-18 16:32:30 +0100 |
| commit | 8b667e76722a4bfec4ff9ad00ed8a00768ddeaba (patch) | |
| tree | 57b318c9a931593674b9e40f0e2f0954a550f870 /global.c | |
| parent | 423c99862f5057b13bd2f8cb277fb04d7c6222f3 (diff) | |
| download | fx-maze-master.tar.gz fx-maze-master.zip | |
Diffstat (limited to 'global.c')
| -rw-r--r-- | global.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,4 +107,5 @@ void error(char * msg) PrintMini(1,1, "ERROR!");
PrintMini(1, 10, msg);
display_vram();
+ while(1);
}
|
