scummvm/engines/teenagent
Torbjörn Andersson 71ed35502e TEENAGENT: Add missing "break"s to switch cases
I think this is the correct thing to do, and that it won't have
any noticeable effect whatsoever.

Cases 29 and 30 happen in the first half of the game, in the
cantine, while case 42 happens in the second half of the game. By
the time you reach the point where case 42 does something, I don't
think it's possible to get back to cases 29 and 30, so when case
29 falls through neither 30 nor 42 will do anything.

CID 1003730, 1003731
2013-07-19 20:49:15 +02:00
..
actor.cpp TEENAGENT: Cleanup Actor class. 2012-09-13 15:53:18 +01:00
actor.h TEENAGENT: Cleanup Actor class. 2012-09-13 15:53:18 +01:00
animation.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
animation.h TEENAGENT: Minor cleanups to Animation Class. 2012-09-16 10:45:41 +01:00
callbacks.cpp JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
console.cpp TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
console.h TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
detection.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
dialog.cpp JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
dialog.h TEENAGENT: Convert Dialog text color symbols to an enum. 2012-10-10 14:43:19 +01:00
font.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
font.h TEENAGENT: Further cleanup for Font class. 2012-09-24 01:22:08 +01:00
inventory.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
inventory.h TEENAGENT: Convert Inventory item ids to an enum. 2012-10-10 14:42:21 +01:00
module.mk TEENAGENT: Sort the object files alphabetically. 2010-07-27 10:40:14 +00:00
music.cpp TEENAGENT: Ensure MusicPlayer is stopped on destruction. 2012-08-02 13:01:37 +01:00
music.h TEENAGENT: Remove static Resources class Instance. 2012-07-07 13:46:28 +01:00
objects.cpp TEENAGENT: Cleanup Object classes. 2012-09-24 02:51:26 +01:00
objects.h TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
pack.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
pack.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
resources.cpp TEENAGENT: Add missing "break"s to switch cases 2013-07-19 20:49:15 +02:00
resources.h TEENAGENT: Add missing (disabled?) callback implementation. 2012-09-12 08:33:13 +01:00
scene.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
scene.h TEENAGENT: Cleanup Scene class. 2012-09-24 06:05:49 +01:00
segment.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
segment.h TEENAGENT: Removed unused quad functions from Segment class. 2012-07-05 11:40:02 +01:00
surface_list.cpp TEENAGENT: Clean up SurfaceList Class. 2012-09-13 10:55:10 +01:00
surface_list.h TEENAGENT: Clean up SurfaceList Class. 2012-09-13 10:55:10 +01:00
surface.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
surface.h TEENAGENT: Cleanup Surface class. 2012-09-24 16:10:06 +01:00
teenagent.cpp TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00
teenagent.h TEENAGENT: Fix constant naming to comply with Coding Conventions. 2012-10-09 09:14:44 +01:00