aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 0cfa4c3..6f51fec 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1416,7 +1416,7 @@ export function charError(image) {
image.src = "misc/placeholder.gif";
return true;
}
-window.imgError = imgError;
+window.charError = charError;
/**
* Triggered when there was an error loading a generic sprite.