diff options
author | Andrey Nazarov <skuller@skuller.net> | 2011-02-23 17:19:34 +0300 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2011-02-23 17:19:34 +0300 |
commit | 1dfbcf224600569b00bc42f5a3f6330e508e4652 (patch) | |
tree | c7d32e3a8e0864577d6ac2dc1f3c992e53b06c6b /src/ui_atoms.c | |
parent | e52bfb617bfde153bb1f0b2c5bc2cdbf60cb153b (diff) |
Fix a typo.
Diffstat (limited to 'src/ui_atoms.c')
-rw-r--r-- | src/ui_atoms.c | 2 |
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(); |