Changeset 492 for abuse/trunk/src/configuration.cpp
- Timestamp:
- Apr 17, 2011, 10:28:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/configuration.cpp
r484 r492 36 36 char tmp[40]; 37 37 sprintf( tmp, "player%d", player ); 38 L ispSymbol *f = LispSymbol::Find(tmp);38 LSymbol *f = LSymbol::Find(tmp); 39 39 if( !NILP(f) && DEFINEDP(f->GetValue())) 40 40 { 41 41 void *what = f->GetValue(); 42 if(what == L ispSymbol::FindOrCreate("keyboard"))42 if(what == LSymbol::FindOrCreate("keyboard")) 43 43 return 1; 44 else if(what == L ispSymbol::FindOrCreate("joystick"))44 else if(what == LSymbol::FindOrCreate("joystick")) 45 45 return 2; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.