shithub: cstory

Download patch

ref: 6635cc58ed1fa30dff5d25b8b96bb29e4580068c
parent: 6f0ffe546f2e2303d6564bf8c45ac54638c21152
author: Gabriel Ravier <gabravier@gmail.com>
date: Tue Nov 5 12:10:12 EST 2019

Documentation : Comment identical case branches in NpcAct280

--- a/src/NpcAct280.cpp
+++ b/src/NpcAct280.cpp
@@ -747,11 +747,11 @@
 						npc->act_no = 34;
 						break;
 
-					case 0:
+					case 0:	// Identical to case 2
 						npc->act_no = 32;
 						break;
 
-					case 2:
+					case 2:	// Identical to case 0
 						npc->act_no = 32;
 						break;
 				}