I'm trying to add a submenu "HELP" to my Monkeys of Doom cell phone fps. Think the easiest (non-coder ) way is to use former "CINEMATICS" for it. Instead of the RoQ-videos short help texts should pop up. So I created a couple of new menu files (ui_help1.c, ui_help2.c ...) and added the following to ui_cinematics:
Next I browsed the code for everything else a submenu might require. Searching the source for "cdkeymenu" (for example) showed hits in code/q3_ui/ui_atoms.c
But something still seems to miss cause the compiler throws out these errors:
Quote:
Error: L6218E: Undefined symbol UI_Help1Menu_f (referred from monkeyui.h). Error: L6218E: Undefined symbol UI_Help1Menu_Cache (referred from monkeyui.h). Error: L6218E: Undefined symbol UI_Help1Menu (referred from monkeyui.h).