Changeset 590 for abuse/trunk/src/menu.cpp
- Timestamp:
- May 7, 2011, 5:12:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/menu.cpp
r579 r590 391 391 int sp=current_space; 392 392 current_space=PERM_SPACE; 393 // char *prog="((\"art/help.spe\" . \"sell2\")(\"art/help.spe\" . \"sell4\")(\"art/help.spe\" . \"sell3\")(\"art/ endgame.spe\" . \"credit\"))";394 // char *prog="((\"art/ endgame.spe\" . \"credit\") (\"art/help.spe\" . \"sell6\"))";395 char const *prog = "((\"art/ endgame.spe\" . \"credit\"))";393 // char *prog="((\"art/help.spe\" . \"sell2\")(\"art/help.spe\" . \"sell4\")(\"art/help.spe\" . \"sell3\")(\"art/fore/endgame.spe\" . \"credit\"))"; 394 // char *prog="((\"art/fore/endgame.spe\" . \"credit\") (\"art/help.spe\" . \"sell6\"))"; 395 char const *prog = "((\"art/fore/endgame.spe\" . \"credit\"))"; 396 396 ss->SetValue(LObject::Compile(prog)); 397 397 current_space=sp;
Note: See TracChangeset
for help on using the changeset viewer.