summaryrefslogtreecommitdiff
path: root/src/ui_atoms.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-23 17:19:34 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-23 17:19:34 +0300
commit1dfbcf224600569b00bc42f5a3f6330e508e4652 (patch)
treec7d32e3a8e0864577d6ac2dc1f3c992e53b06c6b /src/ui_atoms.c
parente52bfb617bfde153bb1f0b2c5bc2cdbf60cb153b (diff)
Fix a typo.
Diffstat (limited to 'src/ui_atoms.c')
-rw-r--r--src/ui_atoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_atoms.c b/src/ui_atoms.c
index 729d322..071ec36 100644
--- a/src/ui_atoms.c
+++ b/src/ui_atoms.c
@@ -655,7 +655,7 @@ qboolean UI_Init( void ) {
strcpy( uis.weaponModel, "w_railgun.md2" );
// load custom menus
- UI_LoadStript();
+ UI_LoadScript();
// load built-in menus
M_Menu_PlayerConfig();