Changeset 635 for abuse/trunk/src/menu.cpp
- Timestamp:
- May 11, 2011, 1:26:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/menu.cpp
r590 r635 389 389 if (!DEFINEDP(ss->GetValue())) 390 390 { 391 int sp=current_space;392 current_space=PERM_SPACE;391 LSpace *sp = LSpace::Current; 392 LSpace::Current = &LSpace::Perm; 393 393 // char *prog="((\"art/help.spe\" . \"sell2\")(\"art/help.spe\" . \"sell4\")(\"art/help.spe\" . \"sell3\")(\"art/fore/endgame.spe\" . \"credit\"))"; 394 394 // char *prog="((\"art/fore/endgame.spe\" . \"credit\") (\"art/help.spe\" . \"sell6\"))"; 395 395 char const *prog = "((\"art/fore/endgame.spe\" . \"credit\"))"; 396 396 ss->SetValue(LObject::Compile(prog)); 397 current_space=sp;397 LSpace::Current = sp; 398 398 } 399 399
Note: See TracChangeset
for help on using the changeset viewer.