Changeset 6191
- Timestamp:
- 10/19/08 03:30:23 (9 months ago)
- Files:
-
- 1 modified
-
branches/2.1/src/loadsave.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/src/loadsave.c
r5575 r6191 31 31 #include "lib/framework/frame.h" 32 32 #include "lib/framework/strres.h" 33 #include "lib/framework/input.h" 33 34 #include "lib/framework/input.h" 34 35 #include "lib/widget/button.h" … … 360 361 } 361 362 widgReleaseScreen(psRequestScreen); 362 363 // need to "eat" up the return key so it don't pass back to game. 364 inputLooseFocus(); 363 365 return true; 364 366 }