summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2013-11-18 16:32:30 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2013-11-18 16:32:30 +0100
commit8b667e76722a4bfec4ff9ad00ed8a00768ddeaba (patch)
tree57b318c9a931593674b9e40f0e2f0954a550f870 /global.c
parent423c99862f5057b13bd2f8cb277fb04d7c6222f3 (diff)
downloadfx-maze-master.tar.gz
fx-maze-master.zip
fixed some stuff, compiledHEADmaster
Diffstat (limited to 'global.c')
-rw-r--r--global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.c b/global.c
index 10dd7db..1d54c67 100644
--- a/global.c
+++ b/global.c
@@ -107,4 +107,5 @@ void error(char * msg)
PrintMini(1,1, "ERROR!");
PrintMini(1, 10, msg);
display_vram();
+ while(1);
}